Skip to content

Commit

Permalink
Add make target to generate proto under pb/seesaw
Browse files Browse the repository at this point in the history
  • Loading branch information
unicell committed Jun 10, 2020
1 parent bc1286f commit add3466
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ install-test-tools: all
proto:
go install google.golang.org/protobuf/cmd/protoc-gen-go
cd pb/config; protoc --go_out=paths=source_relative:. config.proto
cd pb/seesaw; protoc --go_out=paths=source_relative:. seesaw.proto

test: all
go test ./...
14 changes: 14 additions & 0 deletions pb/seesaw/seesaw.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit add3466

Please sign in to comment.