1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-16 13:28:37 +00:00

mtree: non-relative import path

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-03-31 14:04:53 -04:00
parent 73625f1a09
commit 0898fd6d90

View file

@ -10,7 +10,7 @@ import (
"strings" "strings"
"syscall" "syscall"
"./xattr" "github.com/vbatts/go-mtree/xattr"
) )
var ( var (