-
**What version of `Go` and system type/arch are you using?**
go version go1.21.4 darwin/arm64
**What version of `GoFrame` are you using?**
v2.5.7
**Can this bug be re-produced with the lates…
-
执行gf gen dao 后代码都被清空了.控制器,服务,逻辑,模型等文件夹代码都被清空了.这是啥问题呀?qq 2838386460,在线求助.执行命令无报错信息.使用的工具是goland
gf version
v2.6.3
Welcome to GoFrame!
Env Detail:
Go Version: go1.22.0 windows/amd64
GF Version(g…
-
**What version of `Go` and system type/arch are you using?**
v2.6.4
Welcome to GoFrame!
Env Detail:
Go Version: go1.22.1 windows/amd64
GF Version(go.mod):
github.com/gogf/g…
-
redis-stack支持在redis中使用json功能,但是我不知道该如何向redis写入json的数据形式,没有找到案例,也没有看到相关语句,不知道是不是goframe不支持redis-stack
![image](https://github.com/gogf/gf/assets/32005908/740e9ada-b230-4c88-b84b-f4960fab326f)
-
**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 …
-
我在阅读 gjson 源码时,发现并没有实现 database/sql 相关扫描赋值接口,导致我在设置值是,报错,是否可以实现这些常用的接口呢?
### 1. What version of `Go` and system type/arch are you using?
```bash
#-> % go version
go version go1…
-
如果在中间件中没有执行解析 消息体 ,在 ghttp.Hook 相关事件中读取消息体会引发 `panic`
```go
package main
import (
"fmt"
"net/http"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/ghttp"
)
…
-
**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格式