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