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

View File

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

View File

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