Skip to content

Commit de38864

Browse files
Fix import
1 parent 74d7028 commit de38864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlutils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
"golang.org/x/net/html"
1111

12-
htmlutils "go-html-toolkit"
12+
htmlutils "github.com/LeeviKopakkala/go-html-toolkit"
1313
)
1414

1515
func TestFileToHtml(t *testing.T) {

0 commit comments

Comments
 (0)