diff options
Diffstat (limited to 'html/html.go')
-rw-r--r-- | html/html.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/html.go b/html/html.go index ce98d6c..e5d06a4 100644 --- a/html/html.go +++ b/html/html.go @@ -1,7 +1,7 @@ package html import ( - . "github.com/oec/goparsify" + . "kesim.org/goparsify" ) func parse(input string) (result interface{}, err error) { |