rename package.
This commit is contained in:
@ -5,9 +5,9 @@ import (
|
||||
|
||||
"github.com/rs/zerolog/log"
|
||||
|
||||
"n.eko.moe/neko"
|
||||
"n.eko.moe/neko/cmd"
|
||||
"n.eko.moe/neko/internal/utils"
|
||||
"m1k1o/neko"
|
||||
"m1k1o/neko/cmd"
|
||||
"m1k1o/neko/internal/utils"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -14,7 +14,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"n.eko.moe/neko"
|
||||
"m1k1o/neko"
|
||||
)
|
||||
|
||||
func Execute() error {
|
||||
|
@ -4,8 +4,8 @@ import (
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"n.eko.moe/neko"
|
||||
"n.eko.moe/neko/internal/types/config"
|
||||
"m1k1o/neko"
|
||||
"m1k1o/neko/internal/types/config"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user