feat:完善项目
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"Edu/cmd/ctl/command/model"
|
||||
"Edu/config"
|
||||
"ArmedPolice/cmd/ctl/command/controller"
|
||||
"ArmedPolice/cmd/ctl/command/model"
|
||||
"ArmedPolice/config"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
@ -14,6 +15,7 @@ var rootCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(controller.ControllerCommand)
|
||||
rootCmd.AddCommand(model.ModelCommand)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user