Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Jul 23, 2016
1 parent 9f43e85 commit fb09a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions display.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"strings"

"github.com/fatih/color"
colorable "github.com/mattn/go-colorable"
"golang.org/x/net/html"
"golang.org/x/net/html/atom"
)
Expand Down

0 comments on commit fb09a23

Please sign in to comment.