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

1. remove unused typeMappingMysqlOfRpc type.

2. update README.md
This commit is contained in:
Liujian
2014-10-23 13:09:22 +08:00
parent 7dfe63055e
commit 2e7cd9b414
4 changed files with 31 additions and 99 deletions

View File

@ -24,8 +24,6 @@ import (
"strings"
)
var isCreateHproseApp = false
var cmdHproseapp = &Command{
// CustomFlags: true,
UsageLine: "hprose [appname]",
@ -257,7 +255,6 @@ func init() {
}
func createhprose(cmd *Command, args []string) int {
isCreateHproseApp = true
curpath, _ := os.Getwd()
if len(args) > 1 {
cmd.Flag.Parse(args[1:])