diff --git a/Makefile b/Makefile index ef5bffc..9036973 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ deps: go get -d -v ./... install: - go install + go install ./... databases := GeoLite2-City GeoLite2-Country diff --git a/main.go b/cmd/ipd/main.go similarity index 100% rename from main.go rename to cmd/ipd/main.go