In my applications I need to parse nginx configuration files. I searched a lot for nginx files parser, but no luck. Let me know if there is any way to do parsing in golang.
1条回答 默认 最新
duanli12176 2017-02-03 09:04关注Go has no built-in support for Nginx config language but exists a third party parser with Nginx support named Confl.
解决 无用评论 打赏 举报