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:
parent
d6cb0bb026
commit
5f2665dde8
3 changed files with 20 additions and 8 deletions
|
@ -12,7 +12,7 @@ func TestHandlerSet(t *testing.T) {
|
|||
}
|
||||
|
||||
callcount := 0
|
||||
f := func(c *Conn, l *Line) {
|
||||
f := func(_ *Conn, _ *Line) {
|
||||
callcount++
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue