- 26 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 25 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
- distinguish log.Error and log.Errorf functions - Initialize structs with field names - A bit of unreachable code (defers)
-
- 20 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
![](http://m.memegen.com/77n7dk.jpg)
-
- 11 Oct, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
new Service interface
-
- 09 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
and other logging switches. I kept the u.PErr and u.POut in cli commands, as those do need to write raw output directly.
-
- 06 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 25 Sep, 2014 1 commit
-
-
Brian Tiger Chow authored
-
- 22 Sep, 2014 11 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
Allows the service to be used through an interface. NB: If the handler is exposed directly, clients of the service cannot swap out their concrete references and replace them with interfaces
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
We were issuing handling goroutines in both NewService and Start
-
Juan Batiz-Benet authored
@perfmode this means we can create a Service first, give it to the network and protocol (removing interdep).
-
Brian Tiger Chow authored
fix(net:msg) use vendored imports
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-