go-geoip/vendor/github.com/oschwald/maxminddb-golang
2018-11-06 10:06:17 +08:00
..
.gitignore first 2018-11-06 10:06:17 +08:00
.gitmodules first 2018-11-06 10:06:17 +08:00
.travis.yml first 2018-11-06 10:06:17 +08:00
appveyor.yml first 2018-11-06 10:06:17 +08:00
decoder.go first 2018-11-06 10:06:17 +08:00
errors.go first 2018-11-06 10:06:17 +08:00
LICENSE first 2018-11-06 10:06:17 +08:00
mmap_unix.go first 2018-11-06 10:06:17 +08:00
mmap_windows.go first 2018-11-06 10:06:17 +08:00
reader_appengine.go first 2018-11-06 10:06:17 +08:00
reader_other.go first 2018-11-06 10:06:17 +08:00
reader.go first 2018-11-06 10:06:17 +08:00
README.md first 2018-11-06 10:06:17 +08:00
traverse.go first 2018-11-06 10:06:17 +08:00
verifier.go first 2018-11-06 10:06:17 +08:00

MaxMind DB Reader for Go

Build Status Windows Build Status GoDoc

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.

Installation

go get github.com/oschwald/maxminddb-golang

Usage

See GoDoc for documentation and examples.

Examples

See GoDoc or example_test.go for examples.

Contributing

Contributions welcome! Please fork the repository and open a pull request with your changes.

License

This is free software, licensed under the ISC License.