style: Reformat imports

This commit is contained in:
ptrcnull 2022-07-07 23:56:53 +02:00
parent 393210aa6f
commit 91fb097308

View file

@ -2,9 +2,10 @@ package html
import (
"bytes"
"golang.org/x/net/html"
"io"
"strings"
"golang.org/x/net/html"
)
type Node struct {