summaryrefslogtreecommitdiffstats
path: root/golang/restapi/server.go
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-09 18:39:05 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-09 18:39:05 -0700
commit306ced7581a4160be9be190cc359ab8306435404 (patch)
treefc9d4e99c092c4efd4a49a80722b0d4bb2eb0380 /golang/restapi/server.go
parentfc3d70a256dbd45fdd54a21efa6abc49b554e8e2 (diff)
downloadfatcat-306ced7581a4160be9be190cc359ab8306435404.tar.gz
fatcat-306ced7581a4160be9be190cc359ab8306435404.zip
fix renamed path
Diffstat (limited to 'golang/restapi/server.go')
-rw-r--r--golang/restapi/server.go2
1 files changed, 1 insertions, 1 deletions
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 (