logger: Better colours and output

This commit is contained in:
Daniel Oaks 2017-03-06 20:15:28 +10:00
parent 3d443339e5
commit 415a8117ee
4 changed files with 44 additions and 38 deletions

View file

@ -5,7 +5,9 @@
package irc
import "github.com/DanielOaks/girc-go/ircmsg"
import (
"github.com/DanielOaks/girc-go/ircmsg"
)
// Command represents a command accepted from a client.
type Command struct {