This commit is contained in:
2025-04-05 01:02:56 +11:00
commit 16eb5dc654
16 changed files with 18130 additions and 0 deletions

4
protobuf_gen.sh Executable file
View 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