Documentation ¶
Overview ¶
Package desc contains libraries for printing package descriptions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { // StdOut is the StdOut value StdOut io.Writer // PkgPaths refers to the pkg directories to be described. PkgPaths []string PrintBasePath bool }
Command prints information about the given packages.
Click to show internal directories.
Click to hide internal directories.