We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wiki: redirect everything to go.dev/wiki For #61940.
url updates to go.dev / pkg.go.dev
fix godoc.org / pkg.go.dev links
Fix code that assumes that ticker.Stop closes the ticker channel
Flesh out the examples a bit more with surrounding context
revert
Fix time.Ticker name
Updated RateLimiting (markdown)
Changed "10s per second" to "tens of operations per second" because 10s reads like "10 seconds" not "<100"
Fix broken syntax, incorrect parameter types, etc in examples
Update code to use Go 1.0 types and conventions. Remove rate limiting package code and instead direct users to search godoc.org for such packages.
Fix: rate allowance calculations should use seconds, not nanoseconds
enabled Go syntax-highlighting
Fix formatting after import
Wiki data import from Google Code