summaryrefslogtreecommitdiffstats
path: root/golang
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
parentfc3d70a256dbd45fdd54a21efa6abc49b554e8e2 (diff)
downloadfatcat-306ced7581a4160be9be190cc359ab8306435404.tar.gz
fatcat-306ced7581a4160be9be190cc359ab8306435404.zip
fix renamed path
Diffstat (limited to 'golang')
-rw-r--r--golang/cmd/fatcat-server/main.go4
-rw-r--r--golang/restapi/configure_fatcat.go2
-rw-r--r--golang/restapi/operations/get_creator_id_responses.go2
-rw-r--r--golang/restapi/operations/post_creator_parameters.go2
-rw-r--r--golang/restapi/operations/post_creator_responses.go2
-rw-r--r--golang/restapi/server.go2
6 files changed, 7 insertions, 7 deletions
diff --git a/golang/cmd/fatcat-server/main.go b/golang/cmd/fatcat-server/main.go
index 9b286df2..181581c1 100644
--- a/golang/cmd/fatcat-server/main.go
+++ b/golang/cmd/fatcat-server/main.go
@@ -9,8 +9,8 @@ import (
loads "github.com/go-openapi/loads"
flags "github.com/jessevdk/go-flags"
- "git.archive.org/bnewbold/fatcat/restapi"
- "git.archive.org/bnewbold/fatcat/restapi/operations"
+ "git.archive.org/bnewbold/fatcat/golang/restapi"
+ "git.archive.org/bnewbold/fatcat/golang/restapi/operations"
)
// This file was generated by the swagger tool.
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
diff --git a/golang/restapi/operations/get_creator_id_responses.go b/golang/restapi/operations/get_creator_id_responses.go
index 42fe1de6..e5712fd1 100644
--- a/golang/restapi/operations/get_creator_id_responses.go
+++ b/golang/restapi/operations/get_creator_id_responses.go
@@ -10,7 +10,7 @@ import (
"github.com/go-openapi/runtime"
- models "git.archive.org/bnewbold/fatcat/models"
+ models "git.archive.org/bnewbold/fatcat/golang/models"
)
// GetCreatorIDOKCode is the HTTP code returned for type GetCreatorIDOK
diff --git a/golang/restapi/operations/post_creator_parameters.go b/golang/restapi/operations/post_creator_parameters.go
index 68fcf1a2..af5e3cd2 100644
--- a/golang/restapi/operations/post_creator_parameters.go
+++ b/golang/restapi/operations/post_creator_parameters.go
@@ -12,7 +12,7 @@ import (
"github.com/go-openapi/runtime"
"github.com/go-openapi/runtime/middleware"
- models "git.archive.org/bnewbold/fatcat/models"
+ models "git.archive.org/bnewbold/fatcat/golang/models"
)
// NewPostCreatorParams creates a new PostCreatorParams object
diff --git a/golang/restapi/operations/post_creator_responses.go b/golang/restapi/operations/post_creator_responses.go
index 08014441..372771ac 100644
--- a/golang/restapi/operations/post_creator_responses.go
+++ b/golang/restapi/operations/post_creator_responses.go
@@ -10,7 +10,7 @@ import (
"github.com/go-openapi/runtime"
- models "git.archive.org/bnewbold/fatcat/models"
+ models "git.archive.org/bnewbold/fatcat/golang/models"
)
// PostCreatorCreatedCode is the HTTP code returned for type PostCreatorCreated
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 (