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

macOS 11.6 go version go1.16.4 darwin/amd64 > MacBook-Pro➜ hello ᐅ go get -u github.com/beego/bee/v2 > `# runtime/cgo > In file included from _cgo_export.c:3: > /usr/local/include/stdlib.h:181:5: error: 'TARGET_OS_EMBEDDED' is not defined,...

公司内网无法访问github。 每次使用bee pack,都要经历30秒的超时。 这个过程有些痛苦。 请将main函数的第一句删除,我的版本理应由我决定。

![image](https://user-images.githubusercontent.com/26025816/133893340-bb339ab1-3704-413d-bc68-c2f9476a49a9.png)

Add support for viewing current database version, current migration statuses, up and down a particular migration using it's version number.

我使用go mod 作为包管理工具,运行 ` bee generate docs `自动生成文档时,报错 ``` 2018/11/15 10:48:05 FATAL ▶ 0001 Package 'projectName/controllers' does not exist in the GOPATH or vendor path ``` 我尝试使用`bee run -gendoc=true -downdoc=true`直接生成文档并启动,依然报错...

I am not sure if routers are supposed to be automatically generated in v2 any longer, but they don't seem to be generated for me when running my application. I...

``` package controllers import ( "github.com/bwmarrin/discordgo" beego "github.com/beego/beego/v2/server/web" ) type DiscordChannelController struct { beego.Controller } // Post // @Title SendMessage // @Description Send Message from Bot // @Param :channel_id path...

bee 2.0 support beego 1.12 ? Thanks!

The " bee run" command works fine while it is executed first time from a command prompt. It builds the application and shows the status as running. When CTRL+C is...

使用 bee run 运行好,每次修改代码自动重新编译就提示进程被占用,必须手动杀死 Failed to build the application: go build beego-demo: copying C:\Users\Admin\AppData\Local\Temp\go-build550707460\b001\exe\a.out.exe: open beego-demo.exe: The process cannot access the file because it is being used by another process.