mirror of https://github.com/golang/go.git
time: enable system zoneinfo on macOS/ARM64
Updates #38485. Change-Id: I4a8b509dc4ad03706235289fbe8c2a675453c871 Reviewed-on: https://go-review.googlesource.com/c/go/+/260339 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
470829d474
commit
83dfc0d02d
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build aix darwin,amd64 dragonfly freebsd linux,!android netbsd openbsd solaris
|
||||
// +build aix darwin,!ios dragonfly freebsd linux,!android netbsd openbsd solaris
|
||||
|
||||
// Parse "zoneinfo" time zone file.
|
||||
// This is a fairly standard file format used on OS X, Linux, BSD, Sun, and others.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build aix darwin,amd64 dragonfly freebsd linux,!android netbsd openbsd solaris
|
||||
// +build aix darwin,!ios dragonfly freebsd linux,!android netbsd openbsd solaris
|
||||
|
||||
package time_test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue