andeya / faygo

Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.

Home Page:https://github.com/henrylee2cn/faydoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行报错

lay-225 opened this issue · comments

commented

go版本 1.11,使用go mod做依赖管理。goland的go build运行出现以下报错。
../../pkg/mod/github.com/henrylee2cn/faygo@v1.2.0/helper.go:59:9: undefined: ini.SyncINI

commented

试过很多方式,无法解决。

已经解决