oschwald / geoip2-golang

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

Add compatibility with new net/netip package #93

Closed der-eismann closed 1 year ago

der-eismann commented 1 year ago

Golang's official net/netip package introduced a new datatype for IP addresses, which is smaller, comparable & immutable. Would be great if you could make your package work with them as well :slightly_smiling_face:

der-eismann commented 1 year ago

Closing in favor of https://github.com/oschwald/maxminddb-golang/issues/88