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.
Go has no built-in support for Nginx config language but exists a third party parser with Nginx support named Confl.