Skip to content

Conversation

crisman
Copy link
Contributor

@crisman crisman commented Mar 24, 2023

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

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
@gopherbot
Copy link
Contributor

This PR (HEAD: 655fec7) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/website/+/479155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tour: help on what Tick/After generate
2 participants