From 306ced7581a4160be9be190cc359ab8306435404 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 9 May 2018 18:39:05 -0700 Subject: fix renamed path --- golang/restapi/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'golang/restapi/server.go') diff --git a/golang/restapi/server.go b/golang/restapi/server.go index 4a5f51f1..3335bc9e 100644 --- a/golang/restapi/server.go +++ b/golang/restapi/server.go @@ -21,7 +21,7 @@ import ( flags "github.com/jessevdk/go-flags" graceful "github.com/tylerb/graceful" - "git.archive.org/bnewbold/fatcat/restapi/operations" + "git.archive.org/bnewbold/fatcat/golang/restapi/operations" ) const ( -- cgit v1.2.3