diff options
author | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
commit | 75b7b13781a355c49889f54110ed07434dec2d95 (patch) | |
tree | de6b5b42e5bf01e4e887da36529a3ff6ef66bd08 /html/html.go | |
parent | cf289e64743647b158ebcc85b4c7aade0d345067 (diff) |
->kesim.org
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) { |