aboutsummaryrefslogtreecommitdiffstats
path: root/golang/restapi/configure_fatcat.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/configure_fatcat.go
parentfc3d70a256dbd45fdd54a21efa6abc49b554e8e2 (diff)
downloadfatcat-306ced7581a4160be9be190cc359ab8306435404.tar.gz
fatcat-306ced7581a4160be9be190cc359ab8306435404.zip
fix renamed path
Diffstat (limited to 'golang/restapi/configure_fatcat.go')
-rw-r--r--golang/restapi/configure_fatcat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/golang/restapi/configure_fatcat.go b/golang/restapi/configure_fatcat.go
index 1b8d2e7c..418400fc 100644
--- a/golang/restapi/configure_fatcat.go
+++ b/golang/restapi/configure_fatcat.go
@@ -11,7 +11,7 @@ import (
middleware "github.com/go-openapi/runtime/middleware"
graceful "github.com/tylerb/graceful"
- "git.archive.org/bnewbold/fatcat/restapi/operations"
+ "git.archive.org/bnewbold/fatcat/golang/restapi/operations"
)
//go:generate swagger generate server --target .. --name Fatcat --spec ../fatcat-openapi2.yml