Makefile 232 B

123456789
  1. build:
  2. go build -o ./bin/tracestreamcreator git.cestong.com.cn/cecf/trace-stream-creator/cmd/tracecreator
  3. run: build
  4. ./bin/tracestreamcreator
  5. gen-pb:
  6. protoc -I ./opentelemetry-proto -I ./pb --go_out=pkg/pb ./pb/flatspan.proto