aboutsummaryrefslogtreecommitdiffstats
path: root/golang/restapi/operations
diff options
context:
space:
mode:
Diffstat (limited to 'golang/restapi/operations')
-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
3 files changed, 3 insertions, 3 deletions
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