No description
Find a file
2025-12-07 23:16:44 +00:00
.github/workflows Update secret names 2025-10-13 15:31:50 +02:00
db Update GeoLite2-Country database 2025-12-07 23:16:44 +00:00
asn.go Implement UnmarshalMaxMindDB interface for better performance 2025-07-26 07:32:24 +02:00
asn_test.go Update to github.com/oschwald/maxminddb-golang/v2 2025-10-26 01:25:55 +02:00
country.go Implement UnmarshalMaxMindDB interface for better performance 2025-07-26 07:32:24 +02:00
country_test.go Update to github.com/oschwald/maxminddb-golang/v2 2025-10-26 01:25:55 +02:00
geoip.go Update to github.com/oschwald/maxminddb-golang/v2 2025-10-26 01:25:55 +02:00
geoip_test.go Add benchmarks 2025-07-26 04:17:47 +02:00
geoips.go Partial code of GeoIP and GeoIPs 2025-07-20 20:58:21 +02:00
go.mod Update to github.com/oschwald/maxminddb-golang/v2 2025-10-26 01:25:55 +02:00
go.sum Update to github.com/oschwald/maxminddb-golang/v2 2025-10-26 01:25:55 +02:00
LICENSE Initial commit 2025-07-19 07:41:31 +02:00
README.md Update README 2025-07-20 13:44:14 +02:00

geoip

Go Reference Go Report Card

go get git.gorbe.io/go/geoip@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/geoip@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/geoip/commits' | jq -r '.[0].sha')"