Skip to content

Commit

Permalink
Take tools.go snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 21, 2019
1 parent bc194db commit 0b7cf5a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// +build tools

package tools

// tool dependencies
import (
_ "github.com/golang/protobuf/protoc-gen-go"
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway"
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger"
_ "github.com/izumin5210/grapi/cmd/grapi"
_ "github.com/izumin5210/grapi/cmd/grapi-gen-command"
_ "github.com/izumin5210/grapi/cmd/grapi-gen-scaffold-service"
_ "github.com/izumin5210/grapi/cmd/grapi-gen-service"
_ "github.com/izumin5210/grapi/cmd/grapi-gen-type"
)

2 changes: 1 addition & 1 deletion pkg/grapicmd/internal/module/generator/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ func TestProjectGenerator_GenerateProject(t *testing.T) {

files := []string{
".gitignore",
"Gopkg.toml",
"grapi.toml",
"tools.go",
"app/run.go",
"cmd/server/run.go",
}
Expand Down

0 comments on commit 0b7cf5a

Please sign in to comment.