Exported from and maintained at https://github.com/AeonLucid/POGOProtos
package main
import (
"fmt"
protos "github.com/pogodevorg/POGOProtos-go"
)
func main() {
fmt.Println(protos.TeamColor_BLUE)
}
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