|
|
2 лет назад | |
|---|---|---|
| .. | ||
| .gitignore | 3 лет назад | |
| .gitmodules | 3 лет назад | |
| .golangci.toml | 2 лет назад | |
| LICENSE | 8 лет назад | |
| README.md | 2 лет назад | |
| decoder.go | 2 лет назад | |
| deserializer.go | 2 лет назад | |
| errors.go | 2 лет назад | |
| mmap_unix.go | 2 лет назад | |
| mmap_windows.go | 2 лет назад | |
| node.go | 2 лет назад | |
| reader.go | 2 лет назад | |
| reader_memory.go | 2 лет назад | |
| reader_mmap.go | 2 лет назад | |
| set_zero_120.go | 2 лет назад | |
| set_zero_pre120.go | 2 лет назад | |
| traverse.go | 2 лет назад | |
| verifier.go | 2 лет назад | |
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.