Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tour: link to time doc for After/Tick
On the tour slide "tour/concurrency/6" ("Default Selection") the example code in "default-selection.go" uses time.After() and time.Tick() without any mention of what they do. A link to the time fuctions doc can provide context to understand what those do. Add link to time#pkg-functions on slide next to code using time.After()/Tick(). Fixes golang/tour#1466
- Loading branch information