oschwald / maxminddb-golang

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

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

Closed Fryuni closed 2 years ago

Fryuni commented 2 years 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 2 years ago

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