tangs b030ce89ca openbilibili | 5 tahun lalu | |
---|---|---|
.. | ||
BUILD.bazel | 5 tahun lalu | |
LICENSE | 5 tahun lalu | |
README.md | 5 tahun lalu | |
appveyor.yml | 5 tahun lalu | |
decoder.go | 5 tahun lalu | |
errors.go | 5 tahun lalu | |
mmap_unix.go | 5 tahun lalu | |
mmap_windows.go | 5 tahun lalu | |
reader.go | 5 tahun lalu | |
reader_appengine.go | 5 tahun lalu | |
reader_other.go | 5 tahun lalu | |
traverse.go | 5 tahun lalu | |
verifier.go | 5 tahun lalu |
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.