oschwald / maxminddb-golang

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

Unmarshaling errors should include the type #129

Closed oschwald closed 6 months ago

oschwald commented 10 months ago

It appears we just display the value using %v or something. See the error in https://github.com/oschwald/maxminddb-golang/issues/128.

oschwald commented 6 months ago

I believe #119 covers this.