Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdPack = &commands.Command{ CustomFlags: true, UsageLine: "pack", Short: "Compresses a Beego application into a single file", Long: "" /* 206 byte string literal not displayed */, PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() }, Run: packApp, }
Functions ¶
This section is empty.
Types ¶
This section is empty.