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

2020-01-30 Thread Andrea Bolognani
On Thu, 2020-01-30 at 13:58 +0100, Peter Krempa wrote: > On Thu, Jan 30, 2020 at 13:47:50 +0100, Andrea Bolognani wrote: > > @@ -32,7 +32,7 @@ changes may apply to future versions: > > > > ## Documentation > > > > -* [api documentation for the > > bindings](https://godoc.org/github.com/libvir

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

2020-01-30 Thread Peter Krempa
On Thu, Jan 30, 2020 at 13:47:50 +0100, Andrea Bolognani wrote: > Since > > commit 201156ec6e65e08cdb04d6fdefe013652fb7fa87 > Author: Daniel P. Berrangé > Date: Mon Dec 16 10:06:50 2019 + > > docs: add pages to support Go module package resolution > > it's possible to use > >

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

2020-01-30 Thread Daniel P . Berrangé
On Thu, Jan 30, 2020 at 01:47:50PM +0100, Andrea Bolognani wrote: > Since > > commit 201156ec6e65e08cdb04d6fdefe013652fb7fa87 > Author: Daniel P. Berrangé > Date: Mon Dec 16 10:06:50 2019 + > > docs: add pages to support Go module package resolution > > it's possible to use > >

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

2020-01-30 Thread Andrea Bolognani
Since commit 201156ec6e65e08cdb04d6fdefe013652fb7fa87 Author: Daniel P. Berrangé Date: Mon Dec 16 10:06:50 2019 + 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