change: upgrade funplugin to v0.4.0

This commit is contained in:
debugtalk
2022-03-21 22:51:20 +08:00
parent e34d6f9191
commit b367a68d9b
13 changed files with 28 additions and 19 deletions
+1
View File
@@ -35,6 +35,7 @@ var scaffoldCmd = &cobra.Command{
log.Error().Err(err).Msg("create scaffold project failed")
os.Exit(1)
}
log.Info().Str("projectName", args[0]).Msg("create scaffold success")
return nil
},
}