Documentation ¶ Index ¶ type Cmd func (c *Cmd) Run() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cmd ¶ type Cmd struct { Export string `help:"Export function name (required if multiple exports exist)." short:"e"` Package string `help:"Package to scan (default: current directory)." short:"p" default:"."` } func (*Cmd) Run ¶ func (c *Cmd) Run() error Source Files ¶ View all Source files check.go Click to show internal directories. Click to hide internal directories.