Rod Hynes a94404b7f0 Vendor dependencies 2 yıl önce
..
.gitignore 8a972ef75d Use Go modules 3 yıl önce
.gitmodules 8a972ef75d Use Go modules 3 yıl önce
.golangci.toml a94404b7f0 Vendor dependencies 2 yıl önce
LICENSE ece24d19a3 Vendor most remaining dependencies 8 yıl önce
README.md a94404b7f0 Vendor dependencies 2 yıl önce
decoder.go a94404b7f0 Vendor dependencies 2 yıl önce
deserializer.go a94404b7f0 Vendor dependencies 2 yıl önce
errors.go a94404b7f0 Vendor dependencies 2 yıl önce
mmap_unix.go a94404b7f0 Vendor dependencies 2 yıl önce
mmap_windows.go a94404b7f0 Vendor dependencies 2 yıl önce
node.go a94404b7f0 Vendor dependencies 2 yıl önce
reader.go a94404b7f0 Vendor dependencies 2 yıl önce
reader_memory.go a94404b7f0 Vendor dependencies 2 yıl önce
reader_mmap.go a94404b7f0 Vendor dependencies 2 yıl önce
set_zero_120.go a94404b7f0 Vendor dependencies 2 yıl önce
set_zero_pre120.go a94404b7f0 Vendor dependencies 2 yıl önce
traverse.go a94404b7f0 Vendor dependencies 2 yıl önce
verifier.go a94404b7f0 Vendor dependencies 2 yıl önce

README.md

MaxMind DB Reader for Go

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.