Tobias von Dewitz 362fdc9fb2 go modified | vor 5 Jahren | |
---|---|---|
.. | ||
.gitignore | vor 5 Jahren | |
.gitmodules | vor 5 Jahren | |
.travis.yml | vor 5 Jahren | |
LICENSE | vor 6 Jahren | |
README.md | vor 6 Jahren | |
appveyor.yml | vor 6 Jahren | |
decoder.go | vor 6 Jahren | |
errors.go | vor 6 Jahren | |
mmap_unix.go | vor 6 Jahren | |
mmap_windows.go | vor 6 Jahren | |
reader.go | vor 6 Jahren | |
reader_appengine.go | vor 6 Jahren | |
reader_other.go | vor 6 Jahren | |
traverse.go | vor 6 Jahren | |
verifier.go | vor 6 Jahren |
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.