diff options
Diffstat (limited to 'graphql/connections/connection_template.go')
-rw-r--r-- | graphql/connections/connection_template.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql/connections/connection_template.go b/graphql/connections/connection_template.go index e98f53eb..412eb318 100644 --- a/graphql/connections/connection_template.go +++ b/graphql/connections/connection_template.go @@ -3,8 +3,9 @@ package connections import ( "fmt" - "github.com/MichaelMure/git-bug/graphql/models" "github.com/cheekybits/genny/generic" + + "github.com/MichaelMure/git-bug/graphql/models" ) // Name define the name of the connection |