bee icon indicating copy to clipboard operation
bee copied to clipboard

Bee is a tool for helping develop with beego app framework.

Results 117 bee issues
Sort by recently updated
recently updated
newest added

Hello, I was trying to upgrade my bee library through govendor, and I got an error when launching bee : `vendor/github.com/beego/bee/cmd/commands/dlv/dlv_amd64.go:34:2: cannot find package "github.com/derekparker/delve/terminal" in any of:` It seems...

fix Fixed swagger send request @param array parameter value error

自动化文档能否生成使用model的注释生成文档?

freebsd 11.1 golang 1.9.2 go get -u github.com/beego/bee gopath/src/github.com/beego/bee/vendor/github.com/derekparker/delve/proc/proc.go:54:31: undefined: OSProcessDetails gopath/src/github.com/beego/bee/vendor/github.com/derekparker/delve/proc/threads.go:24:28: undefined: WaitStatus

env: ![image](https://user-images.githubusercontent.com/29814007/62280452-84e52700-b47e-11e9-99e5-e9b1844bf018.png) generate swagger by : bee run -gendoc=true -downdoc=true err: ![image](https://user-images.githubusercontent.com/29814007/62280533-b2ca6b80-b47e-11e9-8cba-fcd58a4d5da6.png) the Options is a type: interface{} PS: the code run on windows is ok

github.com/derekparker/delve/vendor/golang.org/x/debug/dwarf 该路径已被derekparker删除了

我的命令是`bee pack -b -ba="-v -x -ldflags \"-s -w\"" -be="GOARCH=amd64" -o ../ -f="zip"` 去掉其中的`-ldflags \"-s -w\"`就正常了 ``` build tsflow GOOS windows GOARCH amd64 D:\Develop\Go\bin\go build -o C:\Users\ttt\AppData\Local\Temp\beePack-2037585800\tsflow.exe -v -x -ldflags "-s...