Compare commits
1 commit
dbe7e9dd52
...
142710e03e
| Author | SHA1 | Date | |
|---|---|---|---|
|
142710e03e |
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//go:build linux
|
||||
|
||||
package qemu
|
||||
package vm
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
//go:build !linux
|
||||
|
||||
package qemu
|
||||
package vm
|
||||
|
||||
import "errors"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue