diff options
Diffstat (limited to 'golang/restapi/operations/post_creator_responses.go')
-rw-r--r-- | golang/restapi/operations/post_creator_responses.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |