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 5457ee6 commit fd91f3fCopy full SHA for fd91f3f
tools/generateProto.sh
@@ -45,7 +45,7 @@ fi
45
set -x
46
47
# Generate Go code
48
-protoc -I"./proto" -I"$GOPATH/src" --go_out=. --go_opt=module=github.com/RoboCup-SSL/ssl-game-controller proto/*.proto
+protoc -I"./proto" --go_out=. --go_opt=module=github.com/RoboCup-SSL/ssl-game-controller proto/*.proto
49
50
# Generate typescript code for frontend
51
target_dir="./frontend/src/proto"
0 commit comments