Rename deps

This commit is contained in:
Daniel Oaks 2017-06-15 10:14:19 -06:00
parent 8b0435be5b
commit c9ed749538
21 changed files with 30 additions and 32 deletions

View file

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