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

cmd/gomtree: non-relative import path

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

View file

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