forked from nite/go-igdb
start
This commit is contained in:
4
protobuf_gen.sh
Executable file
4
protobuf_gen.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user