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 (
|
||||
"bytes"
|
||||
"golang.org/x/net/html"
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/net/html"
|
||||
)
|
||||
|
||||
type Node struct {
|
||||
|
|
Loading…
Reference in a new issue