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:
@ -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:])
|
||||
|
Reference in New Issue
Block a user