I am programming in Go and I need a simple way to interface with ubus. Is there a official or semiofficial Go library for Go? I see that there is libubus but I would prefer something written in Go.
Whats wrong with cgo?
Nothing wrong with cgo. It just adds some extra complexity since it isn't pure go.
Is that the recommended option?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.