]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 7fe26df2803bbeac077aa02b7d162ec21cadfc5b..dc15576fdfc242281830bdb81de53685d8ca0944 100644 (file)
@@ -15,8 +15,8 @@
         <a href="csharp.html">C# bindings</a>.
       </li>
      <li>
-        <strong>Go</strong>: Kyle Kelley et al. are developing
-        <a href="https://github.com/rgbkrk/libvirt-go">Go bindings</a>.
+        <strong>Go</strong>: Daniel Berrange develops
+        <a href="https://godoc.org/github.com/libvirt/libvirt-go">Go bindings</a>.
       </li>
       <li>
         <strong>Java</strong>: Daniel Veillard develops
index b0d200b9e3d24a46ca5a0f6384da3efc3730db4c..60489a0a318cb99f0b3ec839c2403d771700c02b 100644 (file)
@@ -57,7 +57,7 @@
         <dt><a href="bindings.html">Language bindings</a></dt>
         <dd>Bindings of the libvirt API for
           <a href="csharp.html">c#</a>,
-          <a href="https://github.com/rgbkrk/libvirt-go">go</a>,
+          <a href="https://godoc.org/github.com/libvirt/libvirt-go">go</a>,
           <a href="java.html">java</a>,
           <a href="http://libvirt.org/ocaml/">ocaml</a>.
           <a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>,
index dd964097751045ee9952fee99b58b160b35c62c4..3a6ea910aa9a8dcca7023ecaacf0601a93892685 100644 (file)
             <a href="https://github.com/libvirt/libvirt-csharp">github</a>
           </td>
         </tr>
+        <tr>
+          <td>Go</td>
+          <td>
+            <a href="ftp://libvirt.org/libvirt/go/">ftp</a>
+            <a href="http://libvirt.org/sources/go/">http</a>
+            <a href="https://libvirt.org/sources/go/">https</a>
+          </td>
+          <td>
+            <a href="http://libvirt.org/git/?p=libvirt-go.git;a=summary">libvirt</a>
+          </td>
+          <td>
+            <a href="https://gitlab.com/libvirt/libvirt-go">gitlab</a>
+            <a href="https://github.com/libvirt/libvirt-go">github</a>
+          </td>
+        </tr>
         <tr>
           <td>Java</td>
           <td>