2
go 1.17.1
gf master
编译的时候报错:
go 1.17.1
gf master
编译的时候报错:
最新版已经移除了GetMap 这个方法
貌似获取具体类型的方法都移除了,有些尴尬,不好升级呀,写的也不如原来爽了
静待下一个大招吧,这一块都统一到*gvar.Var
只有自己再根据场景封装一下了。
嗯,期中,想看看v2有什么大招^_^
@arieslee @jroam @housemecn 使用类似g.Cfg().MustGet(ctx, "xxx").Map()
@jroam 新版本不再支持gogf/swagger
以及第三方swag
工具这种依靠注释来手动写接口文档的方式,采用了全自动的接口文档生成方式。
@gqcn I found that its documentation is not updated. (https://goframe.org/pages/viewpage.action?pageId=7298098) Where can I get the latest usage guide?
I found this . it may be helpful https://goframe.org/pages/viewpage.action?pageId=30736904