mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 18:33:04 +02:00
rename package to github name.
This commit is contained in:
parent
9f480f5581
commit
51bbad7650
95 changed files with 250 additions and 250 deletions
|
@ -11,11 +11,11 @@ import (
|
|||
"github.com/rs/zerolog"
|
||||
"github.com/rs/zerolog/log"
|
||||
|
||||
"m1k1o/neko/internal/websocket/handler"
|
||||
"m1k1o/neko/pkg/types"
|
||||
"m1k1o/neko/pkg/types/event"
|
||||
"m1k1o/neko/pkg/types/message"
|
||||
"m1k1o/neko/pkg/utils"
|
||||
"github.com/m1k1o/neko/server/internal/websocket/handler"
|
||||
"github.com/m1k1o/neko/server/pkg/types"
|
||||
"github.com/m1k1o/neko/server/pkg/types/event"
|
||||
"github.com/m1k1o/neko/server/pkg/types/message"
|
||||
"github.com/m1k1o/neko/server/pkg/utils"
|
||||
)
|
||||
|
||||
// send pings to peer with this period - must be less than pongWait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue