Note status better

This commit is contained in:
Daniel Oaks 2016-01-17 12:57:36 +10:00
parent 6d1f7ba746
commit 7c93e41097
2 changed files with 8 additions and 5 deletions

@ -1,5 +1,9 @@
# gIRC-go
I write an IRC library in Python called [gIRC](https://github.com/DanielOaks/girc). This is something similar, but for Go!
This is an IRC library for Go, pretty similar to the [original Python version](https://github.com/DanielOaks/girc).
I don't recommend using this in production in any way at all yet.
This package is still in its early stages.
Packages:
* [**ircmsg**](https://godoc.org/github.com/DanielOaks/girc-go/ircmsg): IRC message handling, raw line parsing and creation.

5
doc.go

@ -4,8 +4,7 @@
/*
Package girc helps create and manage an IRC connection.
This package is in extremely early stages, and is more for testing than for
actual production work at this point in time. I do not recommend using this for
any production purposes at this point.
This package is in its early stages. For the status of each subpackage, see the
documentation for those packages.
*/
package girc