From 5a26d1ce1249da99554946c37bce149c074c1022 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 13 Dec 2016 17:05:16 +0000 Subject: [PATCH] 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 --- docs/bindings.html.in | 4 ++-- docs/docs.html.in | 2 +- docs/downloads.html.in | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/bindings.html.in b/docs/bindings.html.in index 7fe26df280..dc15576fdf 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -15,8 +15,8 @@ C# bindings.
  • - Go: Kyle Kelley et al. are developing - Go bindings. + Go: Daniel Berrange develops + Go bindings.
  • Java: Daniel Veillard develops diff --git a/docs/docs.html.in b/docs/docs.html.in index b0d200b9e3..60489a0a31 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -57,7 +57,7 @@
    Language bindings
    Bindings of the libvirt API for c#, - go, + go, java, ocaml. perl, diff --git a/docs/downloads.html.in b/docs/downloads.html.in index dd96409775..3a6ea910aa 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -56,6 +56,21 @@ github + + Go + + ftp + http + https + + + libvirt + + + gitlab + github + + Java