Documentation ¶ Index ¶ type Ast func (a *Ast) SubMain() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ast ¶ type Ast struct { From string `clop:"short;long" usage:"which file to open from? If it is -, it means reading from stdin"` Dir string `clop:"long" usage:"gen dir" default:""` Doc bool `clop:"short;long" usage:"Use the doc package to parse"` } func (*Ast) SubMain ¶ func (a *Ast) SubMain() Source Files ¶ View all Source files ast.go Click to show internal directories. Click to hide internal directories.