aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2020-02-23 17:28:56 +0000
committerIan Lance Taylor <iant@golang.org>2020-02-23 17:58:14 +0000
commitb0863ce0e6fbcf3e39f25cdd0b9380b3710507ba (patch)
tree0868f8fe06d5c0fa72b4bc22f020ca4435807042 /api
parent576cc530c93d416f6fe3a0b8fefac47e83715216 (diff)
downloadgo-b0863ce0e6fbcf3e39f25cdd0b9380b3710507ba.tar.gz
go-b0863ce0e6fbcf3e39f25cdd0b9380b3710507ba.zip
Revert "time: add Ticker.Reset"
This reverts CL 217362 (6e5652bebede2d53484a872f6d1dfeb498b0b50c.) Reason for revert: Causing failures on arm64 bots. See #33184 for more info Change-Id: I72ba40047e4138767d95aaa68842893c3508c52f Reviewed-on: https://go-review.googlesource.com/c/go/+/220638 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/next.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/next.txt b/api/next.txt
index cab86a9904..ecc3c4f0b6 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -1,2 +1 @@
pkg testing, method (*T) Deadline() (time.Time, bool)
-pkg time, method (*Ticker) Reset(Duration)