fix a number of godot issues

Still an unknown number remains but I am running out of patience.
Adding dots is not the best use of my time.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2022-03-21 15:15:52 +01:00
parent 68b94338ba
commit 6c030cd573
18 changed files with 64 additions and 64 deletions

View File

@ -34,7 +34,7 @@ import (
var (
qemuProvider = &Provider{}
// vmtype refers to qemu (vs libvirt, krun, etc)
// vmtype refers to qemu (vs libvirt, krun, etc).
vmtype = "qemu"
)