girc-atomic/README.md
2016-11-13 03:36:02 -05:00

1.0 KiB

girc is a flexible IRC library for Go

Build Status GitHub Issues GoDoc codebeat badge Go Report Card

Features

  • Focuses on simplicity, yet tries to still be flexible
  • Only requires standard packages
  • Event based triggering/responses
  • Documentation is actively being worked on

Installing

$ go get -u github.com/Liamraystanley/girc

Examples

See girc/examples/ for some examples.