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