types: fix comments after mass-replace

This commit is contained in:
Max Cherry
2018-12-30 12:51:05 +02:00
parent aad0abdd75
commit c4c0e4b2cc
-2
View File
@@ -113,8 +113,6 @@ type Geo struct {
// integer
// Definition:
// Local time as the number +/- of minutes from UTC.
// Dev note:
// This field is kept as `int` to follow type choice for timezone offset in std. `time` package.
UTCOffset int64 `json:"utcoffset,omitempty"`
// Attribute: