-
### 1. What version of `Go` and system type/arch are you using?
```
go version go1.20.3 linux/amd64
```
### 2. What version of `GoFrame` are you using?
```
GoFrame CLI Tool v2.5.4
```
…
-
### Go version
go version go1.22.3 darwin/amd64
### GoFrame version
v2.7.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
pbentity.Blog
```go
message …
-
### 1. What version of `Go` and system type/arch are you using?
go version go1.21.0 windows/amd64
### 2. What version of `GoFrame` are you using?
GoFrame CLI Tool v2.5.1, https://go…
-
### 1. What version of `Go` and system type/arch are you using?
go 1.19, linux/amd64
### 2. What version of `GoFrame` are you using?
goframe version v2.2.2
### 3. Can this issue be re-prod…
-
### 1. What version of `Go` and system type/arch are you using?
```
go version go1.20.4 darwin/amd64
```
### 2. What version of `GoFrame` are you using?
```
GoFrame CLI Tool v2.4.1, https:…
-
### Go version
go 1.22
### GoFrame version
2.7.2
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
语句示例:
```go
err := g.DB().Transaction(c…
-
GF 文档中重点提示,在 HTTP 执行流程参考:[异常处理](https://goframe.org/pages/viewpage.action?pageId=1114341) 无需自行对 panic 进行处理,内部会自动处理,但是在使用 [HOOK事件回调](https://goframe.org/pages/viewpage.action?pageId=11143…
-
### Go version
go version go1.21.5 darwin/arm64
### GoFrame version
v2.6.1
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
gf的流式输出在移动端会断开把一次的数据截断成2次发送,同样…
-
我觉得 GJson 做得过于冗余与复杂化,本应只处理 JSON 的序列化,需包含了多种数据格式转换,导致代码各种反射、数据转换等,这不仅没有提高效率,反而大大降低效率,功能的单一性应该可以考虑优化的,或者出一个新的包仅处理 JSON ,因为在业务交互(Web API)中,JSON 的交互比文档 [通用编解码-gjson](https://goframe.org/page…
-
### 1. What version of `Go` and system type/arch are you using?
go version go1.21.3 windows/amd64
### 2. What version of `GoFrame` are you using?
gf -v
GoFrame CLI Tool v2.5.6,…