Fix more linter issues.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ
2025-03-11 18:28:32 +01:00
parent 75296b4b7e
commit 97ce785056
7 changed files with 9 additions and 20 deletions

View File

@@ -3,9 +3,10 @@ package kvm
import (
"encoding/json"
"fmt"
"kvm/internal/usbgadget"
"os"
"sync"
"github.com/jetkvm/kvm/internal/usbgadget"
)
type WakeOnLanDevice struct {