From c4c0e4b2cc8cd8477deb9107929ca76f528f8980 Mon Sep 17 00:00:00 2001 From: Max Cherry Date: Sun, 30 Dec 2018 12:51:05 +0200 Subject: [PATCH] types: fix comments after mass-replace --- adcom1/geo.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/adcom1/geo.go b/adcom1/geo.go index 088fee6..bc6b79e 100644 --- a/adcom1/geo.go +++ b/adcom1/geo.go @@ -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: