1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

bee support create controllers

This commit is contained in:
astaxie
2014-08-09 01:37:55 +08:00
parent 50dfe40b94
commit 375eb44479
4 changed files with 138 additions and 4 deletions

2
bee.go
View File

@ -25,7 +25,7 @@ import (
"strings"
)
const version = "1.1.3"
const version = "1.2.0"
type Command struct {
// Run runs the command.