Awesome
Pokémon Go Protobuffers for Golang
Exported from and maintained at https://github.com/AeonLucid/POGOProtos
Usage
package main
import (
"fmt"
protos "github.com/pogodevorg/POGOProtos-go"
)
func main() {
fmt.Println(protos.TeamColor_BLUE)
}
Update this repository
Install the Go protoc extensions through go get
go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
Run the update script which will commit any changes.
$ ./update.sh