]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Point to the new libvirt-go bindings
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 13 Dec 2016 17:05:16 +0000 (17:05 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Dec 2016 10:26:22 +0000 (10:26 +0000)
commit5a26d1ce1249da99554946c37bce149c074c1022
treebebe92d57e77b5979ebca6cf0d1a3c5c905d6890
parent3d98acc9e36b3bce5745508cedd138b1a1683d97
Point to the new libvirt-go bindings

The github.com/rgbkrk/libvirt-go bindings were the most complete
bindings historically, but their API coverage stops at 1.2.4,
with exception of a couple of newer APIs.

The new bindings at http://libvirt.org/git/?p=libvirt-go.git;a=log
how have (almost[1]) 100% API coverage all the way to 2.5.0. They also
expose the APIs in a way that allows for much stronger go type
checking by the compiler, and expose typed parameters as explicit
structs. Finally the bindings are able to conditionally compile against
any libvirt version 1.2.0 -> 2.5.0 without use of go build tags.

Change the docs to point to these new bindings, since they'll be
a better bet for users long term.

[1] virEvent & virStream callbacks are still TODO to be fixed
    real soon.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
docs/bindings.html.in
docs/docs.html.in
docs/downloads.html.in