package
Version:
v0.6.0-3a
Opens a new window with list of versions in this module.
Published: Jun 3, 2026
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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)
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.