goirc/client
Alex Bramley de66051d07 Convert conn.Err into logging.
Also, remove all error-side-effect testing cos it was a bit shit.
First step on the long road to refactoring the nick/chan state tracking
and making everything more testable and mockable with interfaces.
2011-09-29 22:54:54 +01:00
..
Makefile Refactor recv() since we needed to rewrite send(). 2011-07-22 01:11:15 +01:00
commands.go Run gofmt over code, it's been a while. 2011-09-12 23:25:09 +01:00
commands_test.go Add tearDown() to all tests. 2011-08-23 11:06:06 +01:00
connection.go Convert conn.Err into logging. 2011-09-29 22:54:54 +01:00
connection_test.go Convert conn.Err into logging. 2011-09-29 22:54:54 +01:00
handlers.go Convert conn.Err into logging. 2011-09-29 22:54:54 +01:00
handlers_test.go Convert conn.Err into logging. 2011-09-29 22:54:54 +01:00
line.go Convert conn.Err into logging. 2011-09-29 22:54:54 +01:00
mocknetconn_test.go Run gofmt over code, it's been a while. 2011-09-12 23:25:09 +01:00
nickchan.go Convert conn.Err into logging. 2011-09-29 22:54:54 +01:00