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 ( import (
"bytes" "bytes"
"golang.org/x/net/html"
"io" "io"
"strings" "strings"
"golang.org/x/net/html"
) )
type Node struct { type Node struct {