mirror of
https://github.com/bettercap/bettercap
synced 2025-07-11 15:46:59 -07:00
lint: apply annoying gofmt
This keeps getting applied every time make test is run.
This commit is contained in:
parent
06ba0903e7
commit
c917c6ddf5
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ import (
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
"strings"
|
|
||||||
"regexp"
|
"regexp"
|
||||||
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
type JSRequest struct {
|
type JSRequest struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue