[libvirt-go PATCH] Import from libvirt.org instead of github.com

Peter Krempa pkrempa at redhat.com
Thu Jan 30 12:58:07 UTC 2020


On Thu, Jan 30, 2020 at 13:47:50 +0100, Andrea Bolognani wrote:
> Since
> 
>   commit 201156ec6e65e08cdb04d6fdefe013652fb7fa87
>   Author: Daniel P. Berrangé <berrange at 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 at 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 ^




More information about the libvir-list mailing list