]> Cypherpunks repositories - gostls13.git/commit
time: update current time comment
authorastraw99 <wangchengiscool@gmail.com>
Mon, 16 Aug 2021 09:54:40 +0000 (09:54 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 16 Aug 2021 17:24:37 +0000 (17:24 +0000)
commit850768bbc9fd2d74a88233fa1f46791d08d1afc8
treec6dd14c5b917e4694d545186e04c1ae7cb28f9b3
parenta0adf91d85bcb10fac394da063c8abc1c60d8eb2
time: update current time comment

In the time package, the ticker and timer both send
current time to channel C, so this PR update the comment
to understand them better.

Change-Id: I99846a40bf8ef780bf0062dd84cf721b3b892a1b
GitHub-Last-Rev: 535da54b8ebd25be22289699212364df0aa49c7f
GitHub-Pull-Request: golang/go#47597
Reviewed-on: https://go-review.googlesource.com/c/go/+/340649
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
src/time/sleep.go
src/time/tick.go