rename package.

This commit is contained in:
Miroslav Šedivý 2021-10-05 22:38:24 +02:00
parent 3342dc6819
commit 1ff743c598
27 changed files with 70 additions and 67 deletions

View file

@ -3,9 +3,9 @@ package websocket
import (
"strings"
"n.eko.moe/neko/internal/types"
"n.eko.moe/neko/internal/types/event"
"n.eko.moe/neko/internal/types/message"
"m1k1o/neko/internal/types"
"m1k1o/neko/internal/types/event"
"m1k1o/neko/internal/types/message"
)
func (h *MessageHandler) adminLock(id string, session types.Session) error {