dip/vendor/github.com/oschwald/maxminddb-golang
Paul Lecuq 5b0f744a75
All checks were successful
continuous-integration/drone/push Build is passing
added cache feature on #memcached
2023-08-13 08:42:44 +02:00
..
.gitignore updated dip, removing packr, updated dependencies, fixes 2022-08-18 01:16:43 +02:00
.gitmodules updated dip, removing packr, updated dependencies, fixes 2022-08-18 01:16:43 +02:00
.golangci.toml updated dependencies 2023-07-13 22:34:10 +02:00
decoder.go added cache feature on #memcached 2023-08-13 08:42:44 +02:00
deserializer.go updated dip, removing packr, updated dependencies, fixes 2022-08-18 01:16:43 +02:00
errors.go updated dependencies 2023-07-13 22:34:10 +02:00
LICENSE updated dip, removing packr, updated dependencies, fixes 2022-08-18 01:16:43 +02:00
mmap_unix.go added cache feature on #memcached 2023-08-13 08:42:44 +02:00
mmap_windows.go updated dependencies 2023-07-13 22:34:10 +02:00
node.go updated dip, removing packr, updated dependencies, fixes 2022-08-18 01:16:43 +02:00
reader_memory.go added cache feature on #memcached 2023-08-13 08:42:44 +02:00
reader_mmap.go added cache feature on #memcached 2023-08-13 08:42:44 +02:00
reader.go updated dependencies 2023-07-13 22:34:10 +02:00
README.md updated dip, removing packr, updated dependencies, fixes 2022-08-18 01:16:43 +02:00
set_zero_120.go added cache feature on #memcached 2023-08-13 08:42:44 +02:00
set_zero_pre120.go added cache feature on #memcached 2023-08-13 08:42:44 +02:00
traverse.go updated dependencies 2023-07-13 22:34:10 +02:00
verifier.go updated dependencies 2023-07-13 22:34:10 +02:00

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.