|
|
пре 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.