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

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.