mirror of
https://github.com/bestnite/go-igdb.git
synced 2025-04-20 00:45:54 +08:00
5 lines
203 B
Bash
Executable File
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
|