Guangming Luo

Results 97 comments of Guangming Luo

升级hertz版本或者sonic版本即可解决问题

有兴趣可以提交下PR更新 hertz_gorm 的 go.mod 文件

如果还遇到类似的问题,请在 Netpoll 仓库提交 issue

这个确实有历史原因,现在统一这样命名,参考官网文档 `func(ctx context.Context, c *app.RequestContext)` 有兴趣可以提个 PR 修复统一下

registry-etcd 与 kitex 新版本不存在兼容问题,报错是因为需要在 Go mod 锁定 Thrift 版本。 replace github.com/apache/thrift => github.com/apache/thrift v0.13.0 示例源码在这里:https://github.com/cloudwego/kitex-examples/tree/main/basic/example_shop

辛苦提交个 PR 修复下吧,之前修改可能遗漏了 @Skyenought

@HeyJavaBean 看看