11 Commits

Author SHA1 Message Date
Eli Bendersky
c273588521 Make multiple imports consistent with import ( ... ) style
Fixes #272
2019-09-06 15:20:22 -07:00
Eli Bendersky
a34c967eaf Clarify use of buffered channel in the timeouts example.
The buffered channel prevents goroutine leaks in case the
channel doesn't end up being read (as indeed happens to c1).

Updates #207
2019-09-05 13:30:16 -07:00
Eli Bendersky
7c160440be Use tabs as the canonical source indentation in git
Space conversion is done during generation only. Fixes #192
2019-06-04 07:30:58 -07:00
Mark McGranaghan
01a5f6de68 Use more idiomatic <int> * <const> for intervals 2018-02-09 14:16:57 -08:00
Mark McGranaghan
a334236cc3 Remove todos
We are not planning to address them at this point.
2016-12-27 12:54:04 -08:00
Mark McGranaghan
fde2f767d1 buffer channels for better gc semantics 2013-04-14 17:43:05 -07:00
Mark McGranaghan
4d9a8a231e typo 2012-10-11 18:33:19 -07:00
Mark McGranaghan
ed1e6e0ab8 derp 2012-10-11 12:43:32 -07:00
Mark McGranaghan
6611e36633 tweek 2012-10-11 12:42:17 -07:00
Mark McGranaghan
7aab87b272 publish timeouts 2012-10-11 12:40:23 -07:00
Mark McGranaghan
8daa226a48 lean into examples 2012-10-09 21:02:12 -07:00