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

In this [issue 574](https://github.com/beego/bee/issues/574), this bro can't install bee because the package `github.com/derekparker/delve ` used in bee did not exist. In my opinion, when we use third part package in...

## error message ``` $ go get -u honnef.co/go/tools/cmd/staticcheck # honnef.co/go/tools/unused ../../../honnef.co/go/tools/unused/unused.go:1273:15: field.Embedded undefined (type *types.Var has no field or method Embedded) The command "go get -u honnef.co/go/tools/cmd/staticcheck" failed and...

1. support multi root namespace in router 2. set summery default value

Split of "-ldflags='-s -w'" = ["-ldflags='-s", "-w'"] incorrect.

System: win10 1809 use go get -u github.com/beego/bee, use bee create a new project run bee run xxx,the console show this: _/ _| __| v1.10.0 2019/04/11 17:25:03 INFO ▶ 0001...

之前项目使用软连接,导致生成 api 文档时,不能读取到返回时的结构体信息,建议支持软连接. 修改 bee.generate/swaggergen/g_doc.go:ParsePackagesFromDir 开头添加如下代码: `` fileInfo, err := os.Lstat(dirpath) if err != nil { return } if fileInfo.Mode()&os.ModeSymlink > 0 { dirpath, _ = os.Readlink(dirpath) } `` 原因是:...

Hi,How to use goland ide debug beego app.The bee tool not work in goland.

![image](https://user-images.githubusercontent.com/30824546/53283898-a29fb900-3787-11e9-8851-cc9c3efd8607.png) 如图所示,在使用bee help命令后,终端提示符字体明显加粗了,希望能够在输出结果还原字体。

There are something wrong when I run the command `go test ./...`. ➜ base go test ./... ? github.com/xr-hui/base [no test files] ? github.com/xr-hui/base/controllers [no test files] ? github.com/xr-hui/base/routers [no...

Is it a good idea to create git repo when creating new Beego projects? Any concerns?

feature-request