mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-27 16:07:09 +02:00
rename module name from gitlab to github.
This commit is contained in:
parent
41df1bc8d3
commit
3cd59b9f30
75 changed files with 178 additions and 178 deletions
|
@ -3,8 +3,8 @@ package handler
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"gitlab.com/demodesk/neko/server/pkg/types"
|
||||
"gitlab.com/demodesk/neko/server/pkg/types/message"
|
||||
"github.com/demodesk/neko/pkg/types"
|
||||
"github.com/demodesk/neko/pkg/types/message"
|
||||
)
|
||||
|
||||
func (h *MessageHandlerCtx) keyboardMap(session types.Session, payload *message.KeyboardMap) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue