diff options
author | Ian Gudger <igudger@google.com> | 2018-12-04 15:51:13 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-04 15:52:14 -0800 |
commit | d209f71b9f1b6ab57684240112553aa8c700f929 (patch) | |
tree | 88e1115f933aec33bb6c096e802de9dbe3a0e2de /pkg/tcpip/time_unsafe.go | |
parent | 2cab0e82ad8c1e38392b8c35aaa65d1121a9e2b2 (diff) |
Whitelist Go 1.12 for tcpip/time_unsafe.go
The signature of time.now has remained unchanged:
https://github.com/golang/go/blob/c2412a7681d5beaeb5a4ceef3b2b7886361282ce/src/time/time.go#L1072
PiperOrigin-RevId: 224061160
Change-Id: Ic84bd6ee8fb9952cd9ab580bcb0892444ce7c2da
Diffstat (limited to 'pkg/tcpip/time_unsafe.go')
-rw-r--r-- | pkg/tcpip/time_unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/time_unsafe.go b/pkg/tcpip/time_unsafe.go index 231151bf3..7ec5741af 100644 --- a/pkg/tcpip/time_unsafe.go +++ b/pkg/tcpip/time_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.9 -// +build !go1.12 +// +build !go1.13 package tcpip |