style: Reformat imports
This commit is contained in:
parent
393210aa6f
commit
91fb097308
1 changed files with 2 additions and 1 deletions
3
html.go
3
html.go
|
@ -2,9 +2,10 @@ package html
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"golang.org/x/net/html"
|
|
||||||
"io"
|
"io"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"golang.org/x/net/html"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Node struct {
|
type Node struct {
|
||||||
|
|
Loading…
Reference in a new issue