Regenerated `proto/igdbapi.pb.go` to reflect updates in the IGDB API schema. This update incorporates new API types, such as `AgeRatingContentDescriptionType` and its corresponding result type. The regeneration was performed with: - `protoc-gen-go` updated from `v1.36.5` to `v1.36.10` - `protoc` updated from `v6.30.1` to `v6.32.1`
5 lines
209 B
Bash
Executable File
5 lines
209 B
Bash
Executable File
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
|
|
|
wget https://api.igdb.com/v4/igdbapi.proto -O ./proto/igdbapi.proto
|
|
protoc --go_out=. --go_opt=Mproto/igdbapi.proto=/proto ./proto/igdbapi.proto
|