From 86252e3e624699521e70c63e99ac38c0c3400f7a Mon Sep 17 00:00:00 2001 From: Alexei Date: Sun, 18 Oct 2015 20:22:20 +0300 Subject: [PATCH] Sets test script to use local package --- test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.go b/test.go index eb1659a..8a1e6aa 100644 --- a/test.go +++ b/test.go @@ -1,8 +1,8 @@ package main import ( + "./wkhtmltopdf" "fmt" - "github.com/hailocab/wkhtmltopdf-go/wkhtmltopdf" ) func main() {