oschwald / geoip2-golang

Unofficial MaxMind GeoIP2 Reader for Go
ISC License
1.86k stars 191 forks source link

What's the difference with oschwald / maxminddb-golang? #77

Closed bilinxing closed 3 years ago

oschwald commented 3 years ago

As mentioned in the docs, maxminddb is a lower level module that does the deserialization. You have to provide the appropriate struct that matches the data in the particular database you are decoding.