go-common/vendor/github.com/oschwald/maxminddb-golang
MiaoWoo fc4fa37393 Create & Init Project... 2019-04-22 18:49:16 +08:00
..
BUILD.bazel Create & Init Project... 2019-04-22 18:49:16 +08:00
LICENSE Create & Init Project... 2019-04-22 18:49:16 +08:00
README.md Create & Init Project... 2019-04-22 18:49:16 +08:00
appveyor.yml Create & Init Project... 2019-04-22 18:49:16 +08:00
decoder.go Create & Init Project... 2019-04-22 18:49:16 +08:00
errors.go Create & Init Project... 2019-04-22 18:49:16 +08:00
mmap_unix.go Create & Init Project... 2019-04-22 18:49:16 +08:00
mmap_windows.go Create & Init Project... 2019-04-22 18:49:16 +08:00
reader.go Create & Init Project... 2019-04-22 18:49:16 +08:00
reader_appengine.go Create & Init Project... 2019-04-22 18:49:16 +08:00
reader_other.go Create & Init Project... 2019-04-22 18:49:16 +08:00
traverse.go Create & Init Project... 2019-04-22 18:49:16 +08:00
verifier.go Create & Init Project... 2019-04-22 18:49:16 +08:00

README.md

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.