libvirt/docs/golang.rst
Peter Krempa 5f3a897b93 docs: Add sub-page for all golang modules
Our documentation has pages for 4 go modules, 2 current and 2 obsolete
ones, but points only to one of them and directly to golang's docs page.

Add a sub-page where all 4 sub-pages for the modules are linked.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2023-02-15 12:38:45 +01:00

826 B

Go Language bindings

Modern libvirt API bindings with Go modules

The libvirt API bindings package and module for XML manipulation:

Obsolete libvirt language bindings

The following two go packages were superseded, but software currently using them will keep working. No further development will take place.

  • libvirt.org/libvirt-go - CGo binding to the native API
  • libvirt.org/libvirt-go-xml <libvirt-go-xml.html>)) - annotated Go struct definitions for XML handling