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

A PogoDev maintained fork of POGOProtos for Go.

Notifications You must be signed in to change notification settings

pogodevorg/POGOProtos-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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