codingsince1985 / geo-golang

Go library to access geocoding and reverse geocoding APIs
MIT License
518 stars 69 forks source link

golint cleanup #15

Closed dougnukem closed 8 years ago

dougnukem commented 8 years ago

https://goreportcard.com/report/github.com/codingsince1985/geo-golang#golint

$ 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

codingsince1985 commented 8 years ago

Fixed in b2019348fa9afdf000504770860bb075f50a6184 All good, https://goreportcard.com/report/github.com/codingsince1985/geo-golang