2
0

generate.sh 250 B

1234567
  1. #!/usr/bin/env sh
  2. #
  3. # Generate core protobuf files
  4. protoc --proto_path=protos --go_out=./core --go_opt=module=github.com/opencost/opencost/core \
  5. --go-grpc_out=./core --go-grpc_opt=module=github.com/opencost/opencost/core \
  6. protos/**/*.proto