go-uci icon indicating copy to clipboard operation
go-uci copied to clipboard

Native Go bindings for OpenWrt's UCI.

Results 4 go-uci issues
Sort by recently updated
recently updated
newest added

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...

feature
help wanted

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...