|
|
6 лет назад | |
|---|---|---|
| .. | ||
| BUILD.bazel | 6 лет назад | |
| LICENSE | 6 лет назад | |
| README.md | 6 лет назад | |
| appveyor.yml | 6 лет назад | |
| decoder.go | 6 лет назад | |
| errors.go | 6 лет назад | |
| mmap_unix.go | 6 лет назад | |
| mmap_windows.go | 6 лет назад | |
| reader.go | 6 лет назад | |
| reader_appengine.go | 6 лет назад | |
| reader_other.go | 6 лет назад | |
| traverse.go | 6 лет назад | |
| verifier.go | 6 лет назад | |
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.