move configs to serve.

This commit is contained in:
Miroslav Šedivý
2022-01-16 20:35:57 +01:00
parent 66d22dede4
commit 0dd11fc1b7
4 changed files with 164 additions and 158 deletions

View File

@ -11,7 +11,7 @@ import (
)
func main() {
fmt.Print(utils.Colorf(neko.Header, "server", neko.Service.Version))
fmt.Print(utils.Colorf(neko.Header, "server", neko.Version))
if err := cmd.Execute(); err != nil {
log.Panic().Err(err).Msg("failed to execute command")
}