1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-28 08:38:51 +02:00

Add Porto to dependancy list. (#2369)

This commit is contained in:
Aaron Clawson 2021-11-09 10:15:04 -06:00 committed by GitHub
parent 6d2aeb0dc3
commit 05c4f109e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ examples:
$(GO) build .); \
done
generate: $(STRINGER)
generate: $(STRINGER) $(PORTO)
set -e; for dir in $(ALL_GO_MOD_DIRS); do \
echo "$(GO) generate $${dir}/..."; \
(cd "$${dir}" && \