From 73625f1a0992597ad945ac6dbe05285beda16b80 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 31 Mar 2016 14:03:56 -0400 Subject: [PATCH] cmd/gomtree: non-relative import path Signed-off-by: Vincent Batts --- cmd/gomtree/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gomtree/main.go b/cmd/gomtree/main.go index d131c87..347e383 100644 --- a/cmd/gomtree/main.go +++ b/cmd/gomtree/main.go @@ -7,7 +7,7 @@ import ( "os" "strings" - mtree "../.." + "github.com/vbatts/go-mtree" ) var (