Skip to content

Commit fb09a23

Browse files
committed
fix missing import
1 parent 9f43e85 commit fb09a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

display.go

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"strings"
88

99
"github.com/fatih/color"
10+
colorable "github.com/mattn/go-colorable"
1011
"golang.org/x/net/html"
1112
"golang.org/x/net/html/atom"
1213
)

0 commit comments

Comments
 (0)