mirror of
https://github.com/beego/bee.git
synced 2025-06-26 14:00:19 +00:00
go vet
go simple golint structcheck staticcheck unused unconvert
This commit is contained in:
@ -16,8 +16,6 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/beego/bee/cmd/commands"
|
||||
_ "github.com/beego/bee/cmd/commands/api"
|
||||
_ "github.com/beego/bee/cmd/commands/bale"
|
||||
@ -79,7 +77,6 @@ Use {{"bee help" | bold}} for more information.
|
||||
|
||||
func Usage() {
|
||||
utils.Tmpl(usageTemplate, commands.AvailableCommands)
|
||||
os.Exit(2)
|
||||
}
|
||||
|
||||
func Help(args []string) {
|
||||
|
Reference in New Issue
Block a user