
On Thu, Jan 30, 2020 at 13:47:50 +0100, Andrea Bolognani wrote:
Since
commit 201156ec6e65e08cdb04d6fdefe013652fb7fa87 Author: Daniel P. Berrangé <berrange@redhat.com> Date: Mon Dec 16 10:06:50 2019 +0000
docs: add pages to support Go module package resolution
it's possible to use
import "libvirt.org/libvirt-go"
in Go programs, which will result in the Go bindings being fetched directly from libvirt.org thus removing our reliance on GitHub.
Update the documentation accordingly.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> ---
[...]
@@ -32,7 +32,7 @@ changes may apply to future versions:
## Documentation
-* [api documentation for the bindings](https://godoc.org/github.com/libvirt/libvirt-go) +* [api documentation for the bindings](https://godoc.org/libvirt.org/t libvirt-go)
This looks broken ^