dongshai2022 2017-02-03 08:50 采纳率: 100%
浏览 1454

如何在Golang中解析Nginx配置文件?

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.

    评论

报告相同问题?