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

关于 config

bbq-oba opened this issue · comments

大佬、我发现 faygo.New(appname) 只能通过ini配置

建议可以用代码setconfig吧

比如要读取环境变量的,ini没办法读取环境变量

This is a good suggestion and I have fulfilled your needs!

3c74cb3