move config from types.

This commit is contained in:
Miroslav Šedivý 2022-09-12 22:18:18 +02:00
parent c0ca073b2d
commit 29f67fad06
18 changed files with 20 additions and 21 deletions

View file

@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
"m1k1o/neko"
"m1k1o/neko/internal/types/config"
"m1k1o/neko/internal/config"
)
func init() {