Compare commits

..

1 commit

Author SHA1 Message Date
dbe7e9dd52
f-25: vms: add handle gestion
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-04-26 16:33:17 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
//go:build linux
package vm
package qemu
import (
"fmt"

View file

@ -1,6 +1,6 @@
//go:build !linux
package vm
package qemu
import "errors"