notes for the future
This commit is contained in:
parent
1745f44aa0
commit
7d60a495ca
10
Makefile
10
Makefile
|
@ -56,3 +56,13 @@ protoc-good:
|
||||||
--go_opt=MgitTag.proto=go.wit.com/lib/protobuf/gitpb \
|
--go_opt=MgitTag.proto=go.wit.com/lib/protobuf/gitpb \
|
||||||
--go_opt=MgoDep.proto=go.wit.com/lib/protobuf/gitpb \
|
--go_opt=MgoDep.proto=go.wit.com/lib/protobuf/gitpb \
|
||||||
go.wit.com/lib/protobuf/gitpb/repo.proto
|
go.wit.com/lib/protobuf/gitpb/repo.proto
|
||||||
|
|
||||||
|
protoc-todo-move-to-this:
|
||||||
|
# I think I should seperate these dirs. ONLY ONE .proto FILE PER DIRECTORY
|
||||||
|
# - httppb.HttpRequest httpRequest = 4; // correct syntax
|
||||||
|
protoc \
|
||||||
|
--proto_path=. \
|
||||||
|
--go_out=. \
|
||||||
|
--go_opt=Mgo.wit.com/lib/protobuf/forgepb/patchset.proto=go.wit.com/lib/protobuf/forgepb \
|
||||||
|
--go_opt=Mgo.wit.com/lib/protobuf/httppb/httpRequest.proto=go.wit.com/lib/protobuf/httppb \
|
||||||
|
go.wit.com/lib/protobuf/forgepb/patchset.proto
|
||||||
|
|
Loading…
Reference in New Issue