Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( APICmd = &cobra.Command{ Use: "api [packages...]", Short: "Generate the Go package API reference as Markdown", RunE: func(cmd *cobra.Command, args []string) error { roots := args if len(roots) == 0 { roots = []string{"pkg"} } return runAPI(cmd, roots) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.