Skip to content

Commit fd91f3f

Browse files
committed
Remove unneeded include for go/src from protoc call
1 parent 5457ee6 commit fd91f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generateProto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
set -x
4646

4747
# Generate Go code
48-
protoc -I"./proto" -I"$GOPATH/src" --go_out=. --go_opt=module=github.com/RoboCup-SSL/ssl-game-controller proto/*.proto
48+
protoc -I"./proto" --go_out=. --go_opt=module=github.com/RoboCup-SSL/ssl-game-controller proto/*.proto
4949

5050
# Generate typescript code for frontend
5151
target_dir="./frontend/src/proto"

0 commit comments

Comments
 (0)