We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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