summaryrefslogtreecommitdiff
path: root/src/time/tick.go
Commit message (Expand)AuthorAgeFilesLines
* time: no need to wrap error with errors.Newfangguizhen2023-01-201-3/+1
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* time: make Ticker.Reset(0) paniczhouguangyuan2021-11-051-1/+5
* time: update current time commentastraw992021-08-161-3/+3
* time: in NewTicker, document that the 1st tick comes after dAlberto Donizetti2020-11-181-5/+6
* all: fix quoting for compress/bzip2 and time's godocsubham sarkar2020-10-231-1/+1
* time: add Ticker.ResetChangkun Ou2020-02-241-0/+9
* Revert "time: add Ticker.Reset"Andrew Bonventre2020-02-231-9/+0
* time: add Ticker.ResetChangkun Ou2020-02-231-0/+9
* time: add clarification to Timer.Stop documentationCaleb Martinez2018-07-111-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* time: document Tick will return nil if d <= 0Shenghou Ma2016-02-291-0/+1
* time: document that time.Tick creates an unrecoverable resourceRob Pike2015-07-131-1/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+56