Add target for downloading GeoIP database

This commit is contained in:
Martin Polden 2015-09-17 22:25:37 +02:00
parent 5d4f6b3d3d
commit ef399116f9

View File

@ -13,3 +13,6 @@ test:
install:
go install
get-geoip-db:
curl -s http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz | gunzip > GeoLite2-Country.mmdb