Provides the go bindings for Soletta™ Project library.
go get github.com/solettaproject/go-soletta/soletta
import "github.com/solettaproject/go-soletta/soletta"
A minimal example:
ok := soletta.Init()
if ok {
soletta.Run()
soletta.Shutdown()
}