diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:39:05 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:39:05 -0700 |
commit | 306ced7581a4160be9be190cc359ab8306435404 (patch) | |
tree | fc9d4e99c092c4efd4a49a80722b0d4bb2eb0380 /golang/restapi/server.go | |
parent | fc3d70a256dbd45fdd54a21efa6abc49b554e8e2 (diff) | |
download | fatcat-306ced7581a4160be9be190cc359ab8306435404.tar.gz fatcat-306ced7581a4160be9be190cc359ab8306435404.zip |
fix renamed path
Diffstat (limited to 'golang/restapi/server.go')
-rw-r--r-- | golang/restapi/server.go | 2 |
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 ( |