fix go-mod path

This commit is contained in:
kayos@tcp.direct 2021-10-03 05:16:21 -07:00
parent 4c1d73dcbd
commit 59d0b7398e
2 changed files with 2 additions and 2 deletions

@ -7,7 +7,7 @@ import (
"strings" "strings"
"sync" "sync"
"github.com/lrstanley/girc" "git.tcp.direct/kayos/girc-atomic"
) )
// Input is a wrapper for events, based around private messages. // Input is a wrapper for events, based around private messages.

@ -10,7 +10,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/lrstanley/girc" "git.tcp.direct/kayos/girc-atomic"
) )
func ExampleNew() { func ExampleNew() {