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
1 changed files with 3 additions and 0 deletions

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