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 5706306 commit 8bb4768Copy full SHA for 8bb4768
.gitignore
@@ -11,3 +11,4 @@ wf-unprocessed*
11
wf-processed*
12
*.*.old
13
coverage_results
14
+.envrc
Makefile
@@ -150,6 +150,9 @@ generate:
150
ifndef HAS_PROTOC
151
$(MAKE) tools/protoc
152
endif
153
+ @if [ -z "$(PROTOBUF_VERSION)" ]; then \
154
+ echo "Warning: PROTOBUF_VERSION env var not detected are you sure you are generating from alidist environment?"; \
155
+ fi
156
@for gendir in $(GENERATE_DIRS); do \
157
echo -e "\033[1;33mgo generate\033[0m $$gendir"; \
158
PATH="$(ROOT_DIR)/tools:$$PATH" go generate $(VERBOSE_$(V)) $$gendir; \
0 commit comments