Tobias von Dewitz f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
..
.gitignore 362fdc9fb2 go modified há 5 anos atrás
.gitmodules 362fdc9fb2 go modified há 5 anos atrás
.golangci.toml f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
.travis.yml f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
LICENSE 75fda08e43 added periodic reconnect to nats há 6 anos atrás
README.md f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
appveyor.yml 75fda08e43 added periodic reconnect to nats há 6 anos atrás
decoder.go f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
errors.go 75fda08e43 added periodic reconnect to nats há 6 anos atrás
mmap_unix.go 75fda08e43 added periodic reconnect to nats há 6 anos atrás
mmap_windows.go 75fda08e43 added periodic reconnect to nats há 6 anos atrás
node.go f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
reader.go f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
reader_appengine.go 75fda08e43 added periodic reconnect to nats há 6 anos atrás
reader_other.go 75fda08e43 added periodic reconnect to nats há 6 anos atrás
traverse.go f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás
verifier.go f0cf31bd42 parsing more than one nginx log now, dependencies update há 3 anos atrás

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.