summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 08:39:16 -0500
committerJeff Carr <[email protected]>2025-09-08 08:40:35 -0500
commit7d60a495cab6c26c3ecf7ee7aa968c1a39e88176 (patch)
tree7f479e864efe980a976e0f7dbd0ba92244699f70
parent1745f44aa08b46963ede4368b15894b16b52e207 (diff)
notes for the futurev0.0.122v0.0.121
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 038ccbe..a2b6f09 100644
--- a/Makefile
+++ b/Makefile
@@ -56,3 +56,13 @@ protoc-good:
--go_opt=MgitTag.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
+
+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