Skip to content

Commit

Permalink
feat: re-introduce well-known-types api, source_context, type
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Apr 15, 2024
1 parent cff7cc7 commit b6c7136
Show file tree
Hide file tree
Showing 7 changed files with 7,314 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ gengo: $(GOIMPORTS) $(PROTOWRAP) $(PROTOC_GEN_GO)
xargs printf -- \
"$$(pwd)/vendor/$${PROJECT}/%s "); \
}; \
protogen "./types/*.proto"; \
for d in ./types/known/*; do \
protogen "$${d}/*.proto"; \
done; \
protogen "./types/descriptorpb/*.proto"; \
protogen "./testproto/*.proto"; \
rm $$(pwd)/vendor/$${PROJECT} || true
$(GOIMPORTS) -w ./
Loading

0 comments on commit b6c7136

Please sign in to comment.