From 306ced7581a4160be9be190cc359ab8306435404 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 9 May 2018 18:39:05 -0700 Subject: fix renamed path --- golang/restapi/operations/get_creator_id_responses.go | 2 +- golang/restapi/operations/post_creator_parameters.go | 2 +- golang/restapi/operations/post_creator_responses.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'golang/restapi/operations') 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 -- cgit v1.2.3