mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-12 00:27:28 +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
|
@ -10,10 +10,10 @@ import (
|
|||
"github.com/rs/zerolog/log"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"m1k1o/neko/internal/config"
|
||||
"m1k1o/neko/internal/plugins/chat"
|
||||
"m1k1o/neko/internal/plugins/filetransfer"
|
||||
"m1k1o/neko/pkg/types"
|
||||
"github.com/m1k1o/neko/server/internal/config"
|
||||
"github.com/m1k1o/neko/server/internal/plugins/chat"
|
||||
"github.com/m1k1o/neko/server/internal/plugins/filetransfer"
|
||||
"github.com/m1k1o/neko/server/pkg/types"
|
||||
)
|
||||
|
||||
type ManagerCtx struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue