mirror of https://github.com/fluffle/goirc
Point go1 users towards master if they are interested.
This commit is contained in:
parent
876e40fc3c
commit
b402a6792b
|
@ -9,6 +9,10 @@ Pretty simple, really:
|
||||||
|
|
||||||
There is some example code that demonstrates usage of the library in `client.go`. This will connect to freenode and join `#go-nuts` by default, so be careful ;-)
|
There is some example code that demonstrates usage of the library in `client.go`. This will connect to freenode and join `#go-nuts` by default, so be careful ;-)
|
||||||
|
|
||||||
|
Please note: this branch has been feature-frozen for a while. Check out master
|
||||||
|
for some interesting (but not backwards-compatible) changes that will become
|
||||||
|
the new go1 branch when they're stable.
|
||||||
|
|
||||||
### Using the framework
|
### Using the framework
|
||||||
|
|
||||||
Synopsis:
|
Synopsis:
|
||||||
|
|
Loading…
Reference in New Issue