tangs b030ce89ca openbilibili 5 년 전
..
BUILD.bazel b030ce89ca openbilibili 5 년 전
LICENSE b030ce89ca openbilibili 5 년 전
README.md b030ce89ca openbilibili 5 년 전
appveyor.yml b030ce89ca openbilibili 5 년 전
decoder.go b030ce89ca openbilibili 5 년 전
errors.go b030ce89ca openbilibili 5 년 전
mmap_unix.go b030ce89ca openbilibili 5 년 전
mmap_windows.go b030ce89ca openbilibili 5 년 전
reader.go b030ce89ca openbilibili 5 년 전
reader_appengine.go b030ce89ca openbilibili 5 년 전
reader_other.go b030ce89ca openbilibili 5 년 전
traverse.go b030ce89ca openbilibili 5 년 전
verifier.go b030ce89ca openbilibili 5 년 전

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.