Event based IRC client library in Go (golang)
example | ||
irc_struct.go | ||
irc.go | ||
LICENSE | ||
Makefile | ||
README.markdown |
Description
Event based irc client library.
Install
$ git clone git@github.com:thoj/Go-IRC-Client-Library.git $ cd Go-IRC-Client-Library $ make $ make install
Example
See example/test.go