mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 05:44:57 +00:00
style: reorder imports
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package ogtags
|
||||
|
||||
import (
|
||||
"golang.org/x/net/html"
|
||||
"net/url"
|
||||
"runtime"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"golang.org/x/net/html"
|
||||
)
|
||||
|
||||
func BenchmarkGetTarget(b *testing.B) {
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
package ogtags
|
||||
|
||||
import (
|
||||
"golang.org/x/net/html"
|
||||
"net/url"
|
||||
"strings"
|
||||
"testing"
|
||||
"unicode/utf8"
|
||||
|
||||
"golang.org/x/net/html"
|
||||
)
|
||||
|
||||
// FuzzGetTarget tests getTarget with various inputs
|
||||
|
||||
Reference in New Issue
Block a user