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"
|
||||
"runtime"
|
||||
|
||||
"git.sr.ht/~motiejus/code/undocker/rootfs"
|
||||
"git.sr.ht/~motiejus/undocker/rootfs"
|
||||
)
|
||||
|
||||
const _usage = `Usage:
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"git.sr.ht/~motiejus/code/undocker/internal/tartest"
|
||||
"git.sr.ht/~motiejus/undocker/internal/tartest"
|
||||
)
|
||||
|
||||
type (
|
||||
|
Loading…
Reference in New Issue
Block a user