]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Update godoc URLs for Go packages
authorAndrea Bolognani <abologna@redhat.com>
Thu, 30 Jan 2020 17:10:35 +0000 (18:10 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 31 Jan 2020 10:59:43 +0000 (11:59 +0100)
commit193ad364062407c3fcd3267f0f135d8960b53020
treeac71d03aa260359b3e847ec8e3b3f331be05a5d4
parent87b811279a831cdf9803f1e282ccb9155412730b
docs: Update godoc URLs for Go packages

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"
  import "libvirt.org/libvirt-go-xml"

in Go programs, which will result in the Go packages being
fetched directly from libvirt.org instead of GitHub.

The godoc website offers the API documentation for the updated
imports, and that's where we should send users.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/downloads.html.in