1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 22:30:11 -07:00

style: fmt code

This commit is contained in:
kha7iq 2021-05-17 20:02:47 +08:00
parent 14f5a03201
commit 0e2992e4aa
2 changed files with 2 additions and 6 deletions

View File

@ -54,9 +54,7 @@ type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
}
var (
Client HTTPClient
)
var Client HTTPClient
func initialize() {
Client = &http.Client{

View File

@ -39,9 +39,7 @@ type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
}
var (
Client HTTPClient
)
var Client HTTPClient
func initialize() {
Client = &http.Client{