From fb428f2799ae2e96cd4ee5e006d822e30e35b6b8 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 18 Nov 2017 01:51:34 +0900 Subject: [PATCH] Remove redundant module name specification --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index cc4f779..5986041 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "strings" "github.com/a8m/mark" - docopt "github.com/docopt/docopt-go" + "github.com/docopt/docopt-go" "golang.org/x/net/html" )