mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-24 22:47:06 +02:00
move config from types.
This commit is contained in:
parent
c0ca073b2d
commit
29f67fad06
18 changed files with 20 additions and 21 deletions
|
@ -11,8 +11,8 @@ import (
|
|||
"github.com/rs/zerolog"
|
||||
"github.com/rs/zerolog/log"
|
||||
|
||||
"m1k1o/neko/internal/config"
|
||||
"m1k1o/neko/internal/types"
|
||||
"m1k1o/neko/internal/types/config"
|
||||
"m1k1o/neko/internal/types/event"
|
||||
"m1k1o/neko/internal/types/message"
|
||||
"m1k1o/neko/internal/utils"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue