ergochat / irc-go

Libraries to help with IRC development in Go.
ISC License
39 stars 6 forks source link
irc

ergochat/irc-go

These are libraries to help in writing IRC clients and servers in Go, prioritizing correctness, safety, and IRCv3 support. They are not fully API-stable, but we expect any API breaks to be modest in scope.


GoDoc Build Status Coverage Status Go Report Card


Packages:

For a relatively complete example of the library's use, see slingamn/titlebot.