Tobias von Dewitz 362fdc9fb2 go modified | пре 5 година | |
---|---|---|
.. | ||
.gitignore | пре 5 година | |
.gitmodules | пре 5 година | |
.travis.yml | пре 5 година | |
LICENSE | пре 6 година | |
README.md | пре 6 година | |
appveyor.yml | пре 6 година | |
decoder.go | пре 6 година | |
errors.go | пре 6 година | |
mmap_unix.go | пре 6 година | |
mmap_windows.go | пре 6 година | |
reader.go | пре 6 година | |
reader_appengine.go | пре 6 година | |
reader_other.go | пре 6 година | |
traverse.go | пре 6 година | |
verifier.go | пре 6 година |
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.