mirror of https://github.com/jetkvm/kvm.git
cleanup
This commit is contained in:
parent
789f2bef65
commit
fd6e2fa7df
3
usb.go
3
usb.go
|
@ -3,7 +3,6 @@ package kvm
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
gadget "github.com/openstadia/go-usb-gadget"
|
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
@ -12,6 +11,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
gadget "github.com/openstadia/go-usb-gadget"
|
||||||
)
|
)
|
||||||
|
|
||||||
const configFSPath = "/sys/kernel/config"
|
const configFSPath = "/sys/kernel/config"
|
||||||
|
|
Loading…
Reference in New Issue