oschwald / maxminddb-golang

MaxMind DB Reader for Go
ISC License
615 stars 101 forks source link

Netsize #17

Closed tystuyfzand closed 8 years ago

tystuyfzand commented 8 years ago

This'll allow the network bits to be returned as the first parameter of the renamed LookupNetmask, while retaining backwards compatibility with Lookup

I've tried to make this a non-breaking change, but with my limited knowledge of Go I could've missed something.