1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-14 03:23:21 +00:00

Further comment tidy and code reorg.

This commit is contained in:
Alex Bramley 2013-03-10 13:16:14 +00:00
parent d6cb0bb026
commit 5f2665dde8
3 changed files with 20 additions and 8 deletions

View file

@ -12,7 +12,7 @@ func TestHandlerSet(t *testing.T) {
}
callcount := 0
f := func(c *Conn, l *Line) {
f := func(_ *Conn, _ *Line) {
callcount++
}