Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghui0779 authored Dec 6, 2023
1 parent 34b60b2 commit a1c9cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var cfgFile string
var rootCmd = &cobra.Command{
Use: "api",
Short: "Go应用服务API",
Long: "Go应用服务API(build with cobra | viper | ent | chi)",
Long: "Go应用服务API(build with cobra | viper | zap | ent | chi)",
Annotations: map[string]string{},
Version: "v1.0.0",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit a1c9cc7

Please sign in to comment.