$ golint ./...
geocoder.go:16:5: var timeoutInSeconds is of type time.Duration; don't use unit-specific suffix "Seconds"
mapbox/geocoder.go:14:3: don't use underscores in Go names; struct field Place_Name should be PlaceName
mapquest/nominatim/geocoder.go:13:2: don't use underscores in Go names; struct field Display_Name should be DisplayName
openstreetmap/geocoder.go:14:2: don't use underscores in Go names; struct field Display_Name should be DisplayName
https://goreportcard.com/report/github.com/codingsince1985/geo-golang#golint