summaryrefslogtreecommitdiff
path: root/vendor/github.com/oschwald/maxminddb-golang/README.md
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-01-25 17:56:26 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-25 21:34:10 +0100
commit0b50eca211bda4d0c1cb28973126f0269288bb71 (patch)
tree09d374ade952a2366292ec6d8ab8b174b0581a2c /vendor/github.com/oschwald/maxminddb-golang/README.md
parentec03343a76291f10fd2216ef74addff98b9701f9 (diff)
Use go modules & and devendorize
spring clean for menshen!
Diffstat (limited to 'vendor/github.com/oschwald/maxminddb-golang/README.md')
-rw-r--r--vendor/github.com/oschwald/maxminddb-golang/README.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/vendor/github.com/oschwald/maxminddb-golang/README.md b/vendor/github.com/oschwald/maxminddb-golang/README.md
deleted file mode 100644
index cdd6bd1..0000000
--- a/vendor/github.com/oschwald/maxminddb-golang/README.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# MaxMind DB Reader for Go #
-
-[![Build Status](https://travis-ci.org/oschwald/maxminddb-golang.png?branch=master)](https://travis-ci.org/oschwald/maxminddb-golang)
-[![Windows Build Status](https://ci.appveyor.com/api/projects/status/4j2f9oep8nnfrmov/branch/master?svg=true)](https://ci.appveyor.com/project/oschwald/maxminddb-golang/branch/master)
-[![GoDoc](https://godoc.org/github.com/oschwald/maxminddb-golang?status.png)](https://godoc.org/github.com/oschwald/maxminddb-golang)
-
-This is a Go reader for the MaxMind DB format. Although this can be used to
-read [GeoLite2](http://dev.maxmind.com/geoip/geoip2/geolite2/) and
-[GeoIP2](https://www.maxmind.com/en/geoip2-databases) databases,
-[geoip2](https://github.com/oschwald/geoip2-golang) 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](http://godoc.org/github.com/oschwald/maxminddb-golang) for
-documentation and examples.
-
-## Examples ##
-
-See [GoDoc](http://godoc.org/github.com/oschwald/maxminddb-golang) 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.