From 7c93e4109723e8abe2f2b7dedb723a5bd7a337ff Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 17 Jan 2016 12:57:36 +1000 Subject: [PATCH] Note status better --- README.md | 8 ++++++-- doc.go | 5 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 035b98f..1e6d330 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc.go b/doc.go index 826e550..ab0c8c1 100644 --- a/doc.go +++ b/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