lbcd/util
Tomás Senart f439dece37 Use chan struct{} for semaphores
With semaphores we don't actually care about the value passed in. It
makes sense to use a 0 bytes type in these cases.
There is also the added benefit of compiler optimisations for this
specific use case as described here:
https://docs.google.com/document/d/1yIAYmbvL3JxOKOjuCyon7JhW4cSv1wy5hC0ApeGMV9s/pub
2014-07-02 19:06:32 -05:00
..
addblock Use chan struct{} for semaphores 2014-07-02 19:06:32 -05:00
btcctl golint -min_confidence=0.3 . 2014-07-02 11:01:56 -05:00
dropafter Split imports into logical groups 2014-07-02 15:56:41 +02:00
findcheckpoint Split imports into logical groups 2014-07-02 15:56:41 +02:00
gencerts Split imports into logical groups 2014-07-02 15:56:41 +02:00
showblock Split imports into logical groups 2014-07-02 15:56:41 +02:00