Official Go implementation of the Ethereum protocol
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-ethereum/vendor/github.com/oschwald/maxminddb-golang
Kurkó Mihály 1a29bf0ee2 dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
..
LICENSE dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
README.md dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
appveyor.yml dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
decoder.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
errors.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
mmap_unix.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
mmap_windows.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
reader.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
reader_appengine.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
reader_other.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
traverse.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago
verifier.go dashboard, p2p, vendor: visualize peers (#19247) 6 years ago

README.md

MaxMind DB Reader for Go

Build Status Windows Build Status 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.