Skip to content

oschwald/maxminddb-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d57a665 · Jan 21, 2025
Aug 18, 2024
Aug 7, 2022
Apr 30, 2017
Sep 1, 2017
Nov 12, 2024
Jan 20, 2025
Jan 20, 2025
Jan 1, 2025
Aug 18, 2024
Aug 19, 2020
Aug 18, 2024
Jun 2, 2024
Aug 18, 2024
Jan 6, 2025
Jan 6, 2025
Jan 21, 2025
Jan 21, 2025
Jan 20, 2025
Nov 11, 2021
Jan 21, 2025
Dec 31, 2024
Sep 22, 2024
Jan 20, 2025
Nov 13, 2024
Aug 18, 2024
Jun 2, 2024

Repository files navigation

MaxMind DB Reader for Go

Go Reference

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/v2

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, primarily licensed under the ISC License.