You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/oschwald/maxminddb-golang
李光春 c22e2ce46e
- update vendor
10 months ago
..
.gitignore - update vendor 1 year ago
.gitmodules - update vendor 1 year ago
.golangci.toml - update vendor 11 months ago
LICENSE - update vendor 1 year ago
README.md - update vendor 1 year ago
decoder.go - update vendor 10 months ago
deserializer.go - update vendor 1 year ago
errors.go - update vendor 11 months ago
mmap_unix.go - update vendor 10 months ago
mmap_windows.go - update vendor 11 months ago
node.go - update vendor 1 year ago
reader.go - update vendor 11 months ago
reader_memory.go - update vendor 10 months ago
reader_mmap.go - update vendor 10 months ago
set_zero_120.go - update vendor 10 months ago
set_zero_pre120.go - update vendor 10 months ago
traverse.go - update vendor 11 months ago
verifier.go - update vendor 11 months ago

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.