- Having go (1.10.x) installed and set up
- Having
dep
installed: https://golang.github.io/dep/docs/installation.html
git clone git@github.com:khaiql/closest_listings.git $GOPATH/src/github.com/khaiql/closest_listings
cd $GOPATH/src/github.com/khaiql/closest_listings
dep ensure
go build
./closest_listings -filepath data/geoData.csv
- --top [5]
- --datasource [csv]
- --filepath
- --long [4.478617]
- --lat [51.925146]