oschwald / geoip2-golang

Unofficial MaxMind GeoIP2 Reader for Go
ISC License
1.89k stars 195 forks source link

add anonymous data struct for anonymous database #14

Closed NeoHuang closed 9 years ago

NeoHuang commented 9 years ago

add anonymous data struct for anonymous database

oschwald commented 9 years ago

Thanks! :+1: I merged this by the command line. I did change the struct and method name from Anonymous to AnonymousIP in order to match the database name, as do the other structs and methods.