Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 260 Bytes

Documentation/reference

Find it at godoc.

Example usage

// import col "github.com/sugoiuguu/go-irccol"
msg := col.F("Hello world!").Attr(col.Bold).Fg(col.Red).String()
irc.Send("#bots", msg)