go fmt
This commit is contained in:
parent
589b303f9f
commit
d19c17c6d5
1 changed files with 38 additions and 38 deletions
|
@ -6,10 +6,10 @@ import (
|
||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"golang.org/x/net/html"
|
|
||||||
"github.com/microcosm-cc/bluemonday"
|
|
||||||
"github.com/aymerick/douceur/css"
|
"github.com/aymerick/douceur/css"
|
||||||
cssparser "github.com/chris-ramon/douceur/parser"
|
cssparser "github.com/chris-ramon/douceur/parser"
|
||||||
|
"github.com/microcosm-cc/bluemonday"
|
||||||
|
"golang.org/x/net/html"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: this doesn't accomodate for quoting
|
// TODO: this doesn't accomodate for quoting
|
||||||
|
|
Loading…
Reference in a new issue