From 0898fd6d90e7da9080611850179d871be62ddb54 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 31 Mar 2016 14:04:53 -0400 Subject: [PATCH] mtree: non-relative import path Signed-off-by: Vincent Batts --- keywords_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords_linux.go b/keywords_linux.go index 4427a09..5683dfd 100644 --- a/keywords_linux.go +++ b/keywords_linux.go @@ -10,7 +10,7 @@ import ( "strings" "syscall" - "./xattr" + "github.com/vbatts/go-mtree/xattr" ) var (