-
**What version of `Go` and system type/arch are you using?**
go 1.22.0, linux/amd64
**What version of `GoFrame` are you using?**
2.7.0
**Can this bug be re-produced with the …
-
如果在中间件中没有执行解析 消息体 ,在 ghttp.Hook 相关事件中读取消息体会引发 `panic`
```go
package main
import (
"fmt"
"net/http"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
)
…
-
我在阅读 gjson 源码时,发现并没有实现 database/sql 相关扫描赋值接口,导致我在设置值是,报错,是否可以实现这些常用的接口呢?
### 1. What version of `Go` and system type/arch are you using?
```bash
#-> % go version
go version go1…
-
**What version of `Go` and system type/arch are you using?**
go version go1.20.10 linux/amd64
**What version of `GoFrame` are you using?**
v2.7.0
**Can this bug be re-produced …
-
**What version of `Go` and system type/arch are you using?**
```bash
#-> % go version
go version go1.21.7 darwin/amd64
```
**What version of `GoFrame` are you using?**
``…
-
相关文档:https://goframe.org/pages/viewpage.action?pageId=1114197
在使用规范路由的场景下,如何取消复杂参数的支持。
问题原因:在与前端配合过程中,前端使用了formdata请求了json也解析成功了,问题原因是框架自动适配,如何取消这个适配让前端必须传json格式
-
**What version of `Go` and system type/arch are you using?**
```bash
#-> % go version
go version go1.21.7 darwin/amd64
```
**What version of `GoFrame` are you using?**
``…
-
**What version of `Go` and system type/arch are you using?**
```
v2.6.2
Welcome to GoFrame!
Env Detail:
Go Version: go1.19.4 darwin/arm64
GF Version(go.mod): cannot find go.mod
CLI Detail:
…
-
我已经仔细阅读文档,因问题比较复杂暂时无法使用英文提出,请谅解。
- 我希望使用InsertIgnore方法,以下是我的代码(我知道这里的sql可能存在问题,不过它不会影响我对框架问题的疑问)
```
dao.xxx.ctx(ctx).Data("column1=?,column2=?",value1,value2).InsertIgnore()
```
- 通过阅读源码(v2.6.4)…
-
### 1. What version of `Go` and system type/arch are you using?
`go version go1.20.5 windows/amd64`
### 2. What version of `GoFrame` are you using?
`v2.4.4`
### 3. Can this issue be re…