github.com/seeker-insurance/kit@v0.0.13/brewerydb/structs/latlng.go (about)

     1  package structs
     2  
     3  type LatLng struct {
     4  	Lat float64 `json:"latitude,omitempty"`
     5  	Lng float64 `json:"longitude,omitempty"`
     6  }