bsm / openrtb

OpenRTB protocol defintions for Go
Other
288 stars 121 forks source link

Modified Geo struct's Lat, Lon to pointers (*float64) #49

Closed EricLiCA closed 6 years ago

EricLiCA commented 6 years ago

float64 Lat, Lon defaulted to 0 when omitempty, which is a valid value. This allows to check against nil.