Documentation ¶ Index ¶ func Help() func Run() type App func (app *App) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Help ¶ func Help() func Run ¶ func Run() Types ¶ type App ¶ type App struct { File string // Go run file name/path. Options string // Extra "go run" options. Args string // Auto parse and pack swagger files. Swagger bool // Auto parse and pack swagger files. } func (*App) Run ¶ func (app *App) Run() Source Files ¶ View all Source files run.go Click to show internal directories. Click to hide internal directories.