File: golang.rst

package info (click to toggle)
libvirt 11.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 208,540 kB
  • sloc: ansic: 534,712; xml: 319,206; python: 11,974; perl: 2,629; sh: 2,185; makefile: 448; javascript: 126; cpp: 22
file content (21 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
====================
Go Language bindings
====================

Modern libvirt API bindings with Go modules
-------------------------------------------

The libvirt API bindings package and module for XML manipulation:

 - `libvirt.org/go/libvirt <go/libvirt.html>`__ package https://pkg.go.dev/libvirt.org/go/libvirt
 - `libvirt.org/go/libvirtxml <go/libvirtxml.html>`__ package https://pkg.go.dev/libvirt.org/go/libvirtxml


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 <libvirt-go.html>`__ - CGo binding to the native API
 - `libvirt.org/libvirt-go-xml <libvirt-go-xml.html>`)) - annotated Go struct definitions for XML handling