go-igdb/protobuf_gen.sh
2025-04-05 01:02:56 +11:00

5 lines
203 B
Bash
Executable File

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
wget https://api.igdb.com/v4/igdbapi.proto -O ./igdbapi.proto
protoc --go_out=. --go_opt=Mproto/igdbapi.proto=/proto ./proto/igdbapi.proto