mirror of https://github.com/mpolden/echoip
Move main to subpackage
This commit is contained in:
parent
a7ff603ab1
commit
ddb1aa2bb9
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ deps:
|
|||
go get -d -v ./...
|
||||
|
||||
install:
|
||||
go install
|
||||
go install ./...
|
||||
|
||||
databases := GeoLite2-City GeoLite2-Country
|
||||
|
||||
|
|
Loading…
Reference in New Issue