1
0
mirror of https://github.com/golang/go synced 2024-11-23 10:40:08 -07:00

time: add ios build constraint to zoneinfo_ios.go

This allows to build the time package using a Go version which doesn't
know GOOS=ios yet.

Change-Id: Ib1b00687432f3309bac8fd8bf5c02b9c62f049a7
Reviewed-on: https://go-review.googlesource.com/c/go/+/261362
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
Tobias Klauser 2020-10-12 15:47:39 +02:00 committed by Ian Lance Taylor
parent ca3c0df1f8
commit 027367ac50

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ios
package time
import (