Rod Hynes 8a972ef75d Use Go modules 3 лет назад
..
.gitignore 8a972ef75d Use Go modules 3 лет назад
.gitmodules 8a972ef75d Use Go modules 3 лет назад
.travis.yml 8a972ef75d Use Go modules 3 лет назад
LICENSE ece24d19a3 Vendor most remaining dependencies 8 лет назад
README.md ece24d19a3 Vendor most remaining dependencies 8 лет назад
appveyor.yml ece24d19a3 Vendor most remaining dependencies 8 лет назад
decoder.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
errors.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
mmap_unix.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
mmap_windows.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
reader.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
reader_appengine.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
reader_other.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
traverse.go ece24d19a3 Vendor most remaining dependencies 8 лет назад
verifier.go ece24d19a3 Vendor most remaining dependencies 8 лет назад

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.