Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

pogodevorg/POGOProtos-go

Repository files navigation

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