qml-go
qml-go copied to clipboard
Support go 1.6
Currently it panics due to shared pointers without exporting GODEBUG=cgocheck=0. Some related discussions https://github.com/go-qml/qml/issues/170.
@SjB fixed this in https://github.com/SjB/qml/tree/go1.6-port
His commits cannot be applied directly mainly because of the split of qml.go.
Would be good if this got merged in to take advantage of the limetext updates plus the Go 1.6+ port from @SjB
Is there a plan to do this?