go-ircevent/example
Reynir Reynisson 670fd99fb4 Rename IRC{Connection,Event} -> {Connection,Event}
I don't feel it's necessary to tag the types with IRC, as a client would
tag it with the module name anyway. Example:

    var conn irc.IRCConnection
    // ...

vs.

    var conn irc.Connection
    // ...
2012-05-11 13:35:25 +02:00
..
Makefile Replace broken Makefile 2010-10-15 12:44:14 +02:00
test.go Rename IRC{Connection,Event} -> {Connection,Event} 2012-05-11 13:35:25 +02:00