pogodevorg / pgoapi-go

Unofficial PokemonGO API in Go
https://pogodev.org
MIT License
65 stars 29 forks source link

Fixes wrong import path #3

Closed atuleu closed 8 years ago

atuleu commented 8 years ago

There is an issue with the import path that would fetch the AKosterin fork of the repo instead of the repo itself, leading to duplicated binaries in $GOPATH , and some import path problems when vendoring pkmngo-odi/pogo (because the fork is not in the source tree)

zeevallin commented 8 years ago

Oh, didn't notice this. Thanks!