Use absolute path for package

This commit is contained in:
Mikhail Klementyev 2016-07-22 15:44:12 +03:00
parent d1d2f73b4f
commit 0685ccc571
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
"log"
"net/http"
"./storage"
"github.com/jollheef/wi/storage"
"github.com/jaytaylor/html2text"
"golang.org/x/net/html"