mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-02 10:52:41 +02:00
rename package.
This commit is contained in:
parent
3342dc6819
commit
1ff743c598
27 changed files with 70 additions and 67 deletions
|
@ -1,9 +1,9 @@
|
|||
package websocket
|
||||
|
||||
import (
|
||||
"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) chat(id string, session types.Session, payload *message.ChatReceive) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue