Tobias von Dewitz 362fdc9fb2 go modified | il y a 5 ans | |
---|---|---|
.. | ||
.gitignore | il y a 5 ans | |
.gitmodules | il y a 5 ans | |
.travis.yml | il y a 5 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 6 ans | |
appveyor.yml | il y a 6 ans | |
decoder.go | il y a 6 ans | |
errors.go | il y a 6 ans | |
mmap_unix.go | il y a 6 ans | |
mmap_windows.go | il y a 6 ans | |
reader.go | il y a 6 ans | |
reader_appengine.go | il y a 6 ans | |
reader_other.go | il y a 6 ans | |
traverse.go | il y a 6 ans | |
verifier.go | il y a 6 ans |
This is a Go reader for the MaxMind DB format. Although this can be used to read GeoLite2 and GeoIP2 databases, geoip2 provides a higher-level API for doing so.
This is not an official MaxMind API.
go get github.com/oschwald/maxminddb-golang
See GoDoc for documentation and examples.
See GoDoc or
example_test.go
for examples.
Contributions welcome! Please fork the repository and open a pull request with your changes.
This is free software, licensed under the ISC License.