modify project name

This commit is contained in:
MaysWind
2021-04-11 22:51:22 +08:00
parent f16eb8b28e
commit 62a825439f
98 changed files with 364 additions and 355 deletions
+4 -4
View File
@@ -5,15 +5,15 @@ import (
"github.com/urfave/cli/v2"
clis "github.com/mayswind/lab/pkg/cli"
"github.com/mayswind/lab/pkg/log"
"github.com/mayswind/lab/pkg/utils"
clis "github.com/mayswind/ezbookkeeping/pkg/cli"
"github.com/mayswind/ezbookkeeping/pkg/log"
"github.com/mayswind/ezbookkeeping/pkg/utils"
)
// UserData represents the data command
var UserData = &cli.Command{
Name: "userdata",
Usage: "lab user data maintenance",
Usage: "ezBookkeeping user data maintenance",
Subcommands: []*cli.Command{
{
Name: "user-add",