oschwald / maxminddb-golang

MaxMind DB Reader for Go
ISC License
586 stars 99 forks source link

Add intermediate Result type during lookup #143

Closed oschwald closed 2 months ago

oschwald commented 2 months ago

This allows for more flexibility without requiring adding a method to Reader for every possible variant.