7 Commits

Author SHA1 Message Date
Sébastien Besnier
648a7a5c26
improve comment phrasing in example/signals 2021-11-28 20:12:51 +01:00
Sébastien Besnier
37caa048e4
Simplify signals example
The signals example is overly complex, involving an unneeded go routine and an additional signal. This creates indirection making the code hard to understand.

The proposed change simplifies the code by removing the go routine and the additional signal, leaving the fundamental concept.
2021-11-28 20:00:36 +01:00
Eli Bendersky
c273588521 Make multiple imports consistent with import ( ... ) style
Fixes #272
2019-09-06 15:20:22 -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
Zak Johnson
f85e7839c3 Fix comment typos in signals.go 2014-01-22 15:36:22 -08:00
Mark McGranaghan
031797c22f publish signals 2012-10-10 20:00:40 -07:00
Mark McGranaghan
8daa226a48 lean into examples 2012-10-09 21:02:12 -07:00