go-uci
go-uci copied to clipboard
Native Go bindings for OpenWrt's UCI.
In my main project I sometimes need to use temporary file systems, remote files systems or something else. THe current implementation was only able of using the default OS file...
Curently, go-uci is a "best effort" parser and does not strictly follow the rules imposed on UCI files. This is mainly due to the fact, that the parser function in...
Hi. I noticed that the parser is a bit more relaxed than the uci parser in OpenWRT. Would you be interested in a patch that would fail is we see...