]> Cypherpunks repositories - gostls13.git/commit
all: use time.Since instead of time.Now().Sub
authorhopehook <hopehook.com@gmail.com>
Fri, 30 Sep 2022 02:29:30 +0000 (10:29 +0800)
committerGopher Robot <gobot@golang.org>
Sun, 2 Oct 2022 02:28:27 +0000 (02:28 +0000)
commit4585bf96b4025f18682122bbd66d4f2a010b3ac9
tree9dd8b78001e9ead43e8602f998d1031a2d4a649c
parent51297dd6df713b988b5c587e448b27d18ca1bd8a
all: use time.Since instead of time.Now().Sub

Change-Id: Ifaa73b64e5b6a1d37c753e2440b642478d7dfbce
Reviewed-on: https://go-review.googlesource.com/c/go/+/436957
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: hopehook <hopehook@golangcn.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/go/doc/testdata/benchmark.go
src/go/doc/testdata/example.go
src/go/doc/testdata/testing.go
src/net/dial_test.go
src/runtime/gc_test.go
src/runtime/metrics_test.go
src/runtime/runtime_test.go
src/runtime/testdata/testprog/gc.go