From 9a07115dfd626c0877407d1b922ebffc1f00bb91 Mon Sep 17 00:00:00 2001 From: Wen Date: Sat, 27 Oct 2018 00:24:20 +0800 Subject: [PATCH] Fix build error due to package import missing --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 986d868..e3ba2c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,8 +32,10 @@ import "gopkg.in/headzoo/surf.v1" package main import ( - "gopkg.in/headzoo/surf.v1" "fmt" + + "github.com/PuerkitoBio/goquery" + "gopkg.in/headzoo/surf.v1" ) func main() {