From ebc241fcfffb18b68f850d9a8778b28f5a11f2cb Mon Sep 17 00:00:00 2001
From: Andrea Bolognani
Date: Tue, 1 Dec 2020 16:30:52 +0100
Subject: [PATCH] docs: Update language bindings spotlight
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
We should highlight the language bindings that are actively
maintained, keep up with the core library's development pace,
have good API coverage and are relevant to people looking to
integrate libvirt into their projects today: based on these
criteria, it makes sense to highlight the Go binding instead
of the Java one.
Signed-off-by: Andrea Bolognani
Reviewed-by: Ján Tomko
---
docs/index.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.html.in b/docs/index.html.in
index df182c27b6..f44e055174 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -18,7 +18,7 @@
- is a toolkit to manage virtualization platforms
- - is accessible from C, Python, Perl, Java and more
+ - is accessible from C, Python, Perl, Go and more
- is licensed under open source licenses
- supports KVM,
QEMU, Xen,