We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f0196 commit eaa0f9cCopy full SHA for eaa0f9c
Makefile
@@ -1,6 +1,5 @@
1
proto:
2
go build -o build/protoc-gen-go google.golang.org/protobuf/cmd/protoc-gen-go
3
- protoc --go_out=. --plugin=build/protoc-gen-go --go_opt=paths=source_relative config/types.proto
4
protoc --go_out=. --plugin=build/protoc-gen-go --go_opt=paths=source_relative api/protos/auth.proto
5
protoc --go_out=. --plugin=build/protoc-gen-go --go_opt=paths=source_relative api/protos/subscription.proto
6
protoc --go_out=. --plugin=build/protoc-gen-go --go_opt=paths=source_relative issue/issue.proto
0 commit comments