Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TrialCmd = &cobra.Command{ Use: "trial", Short: "trail some package", Long: `trail some package`, Run: func(cmd *cobra.Command, args []string) { fmt.Println("trial called") o := Output{ A: A{Owner: "aa"}, C: C{Name: "cc"}, } fmt.Printf("%v\n", o.GetName()) }, }
trialCmd represents the trial command
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.