docs: Point to pkg.go.dev instead of godoc.org

The former is the new recommended frontend for browsing Go API
documentation online.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Andrea Bolognani
2020-07-07 12:37:37 +02:00
parent 6a79c7fa88
commit 26daf37623
5 changed files with 6 additions and 6 deletions

View File

@@ -10,4 +10,4 @@ concepts to Go, so the native API documentation should serve as a reference
for most behaviour.
For details of Go specific behaviour consult the
`Go package documentation <https://godoc.org/libvirt.org/libvirt-go>`__
`Go package documentation <https://pkg.go.dev/libvirt.org/libvirt-go>`__.