dropthemasquerade

Results 2 issues of dropthemasquerade

I am run it with the following command: ``` elasticsearch_loader --es-host http://localhost:9203 --http-auth elastic:changeme --index raw_bill --type incident csv input.csv ``` I got : ``` Traceback (most recent call last):...

## My Code ``` // FindNearTruck geosearch geohash FROMLONLAT 109.33 24.3 BYRADIUS 200 km ASC func FindNearTruck(ctx context.Context, long, lat float64, r float64, sort string) []string { // q :=...