Skip to content

Commit

Permalink
[cmd] fix missing import in gql template
Browse files Browse the repository at this point in the history
  • Loading branch information
agungdwiprasetyo committed Oct 29, 2020
1 parent 523c7ca commit 8764782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/candi/template_delivery_graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package graphqlhandler
import (
"{{.GoModName}}/internal/modules/{{clean .ModuleName}}/usecase"
"{{.PackageName}}/codebase/factory/types"
"{{.PackageName}}/codebase/interfaces"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/candi/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
packageName = "pkg.agungdwiprasetyo.com/candi"
initService = "initservice"
addModule = "addmodule"
version = "v0.0.12"
version = "v0.0.13"

restHandler = "restHandler"
grpcHandler = "grpcHandler"
Expand Down

0 comments on commit 8764782

Please sign in to comment.