oschwald / maxminddb-golang

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

Add support for reading from an in-memory buffer #90

Closed Fryuni closed 1 year ago

Fryuni commented 1 year ago

Provide a method that reads from a []byte instead of opening a file and mmap-ing it. This is useful for downloading a database and keeping it entirely in memory.

Fryuni commented 1 year ago

The function is there, it was a bug on my IDE that was not showing it, sorry.