geo-smart-system/model/Location.go
Supan Adit Pratama 7673cf3425 Some Change
2019-10-20 10:34:17 +07:00

9 lines
144 B
Go

package model
type Location struct {
Id string `json:"id"`
Type string `json:"type"`
Lat string `json:"lat"`
Lng string `json:"lng"`
}