fix include paths
This commit is contained in:
parent
f16bca5ce6
commit
986cd594ed
2
main.go
2
main.go
@ -7,7 +7,7 @@ import (
|
|||||||
"path/filepath"
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"git.sr.ht/~motiejus/code/undocker/rootfs"
|
"git.sr.ht/~motiejus/undocker/rootfs"
|
||||||
)
|
)
|
||||||
|
|
||||||
const _usage = `Usage:
|
const _usage = `Usage:
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"git.sr.ht/~motiejus/code/undocker/internal/tartest"
|
"git.sr.ht/~motiejus/undocker/internal/tartest"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
Loading…
Reference in New Issue
Block a user