aboutsummaryrefslogtreecommitdiff
path: root/src/time
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2020-04-03 11:58:51 -0400
committerAustin Clements <austin@google.com>2020-04-08 18:35:43 +0000
commitda8591b61c141ca58e4b3eae382d2827006344fd (patch)
tree84d58fe6dfab73519c46dabcaeadaa0269d0d753 /src/time
parent79b6900cc721b41da0fab67ba706bb3f81190005 (diff)
downloadgo-da8591b61c141ca58e4b3eae382d2827006344fd.tar.gz
go-da8591b61c141ca58e4b3eae382d2827006344fd.zip
all: remove darwin/arm build-tags and files
This removes all files that are only used on darwin/arm and cleans up build tags in files that are still used on other platforms. Updates #37611. Change-Id: Ic9490cf0edfc157c6276a7ca950c1768b34a998f Reviewed-on: https://go-review.googlesource.com/c/go/+/227197 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'src/time')
-rw-r--r--src/time/zoneinfo_ios.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/zoneinfo_ios.go b/src/time/zoneinfo_ios.go
index f5a97befd8..6016a7925a 100644
--- a/src/time/zoneinfo_ios.go
+++ b/src/time/zoneinfo_ios.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// +build darwin
-// +build arm arm64
+// +build arm64
package time