From 0685ccc571797aa0649894183f0bc9b244647c1b Mon Sep 17 00:00:00 2001 From: Mikhail Klementyev Date: Fri, 22 Jul 2016 15:44:12 +0300 Subject: [PATCH] Use absolute path for package --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d1f2db6..73c8aa0 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( "log" "net/http" - "./storage" + "github.com/jollheef/wi/storage" "github.com/jaytaylor/html2text" "golang.org/x/net/html"