mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 11:56:34 +05:30
refactor: change mod name
This commit is contained in:
@ -10,8 +10,8 @@ import (
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
"github.com/0xtux/trok/internal/lib"
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/tuxdotrs/trok/internal/lib"
|
||||
)
|
||||
|
||||
type Trok struct {
|
||||
|
@ -11,9 +11,9 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/0xtux/trok/internal/lib"
|
||||
gonanoid "github.com/matoous/go-nanoid/v2"
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/tuxdotrs/trok/internal/lib"
|
||||
)
|
||||
|
||||
type Conn struct {
|
||||
|
Reference in New Issue
Block a user