oschwald / maxminddb-golang

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

Unmarshaling errors should include the type #129

Closed oschwald closed 1 month ago

oschwald commented 5 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 1 month ago

I believe #119 covers this.