mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-16 14:50:18 -07:00
style: fmt code
This commit is contained in:
parent
14f5a03201
commit
0e2992e4aa
@ -54,9 +54,7 @@ type HTTPClient interface {
|
|||||||
Do(req *http.Request) (*http.Response, error)
|
Do(req *http.Request) (*http.Response, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var Client HTTPClient
|
||||||
Client HTTPClient
|
|
||||||
)
|
|
||||||
|
|
||||||
func initialize() {
|
func initialize() {
|
||||||
Client = &http.Client{
|
Client = &http.Client{
|
||||||
|
@ -39,9 +39,7 @@ type HTTPClient interface {
|
|||||||
Do(req *http.Request) (*http.Response, error)
|
Do(req *http.Request) (*http.Response, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var Client HTTPClient
|
||||||
Client HTTPClient
|
|
||||||
)
|
|
||||||
|
|
||||||
func initialize() {
|
func initialize() {
|
||||||
Client = &http.Client{
|
Client = &http.Client{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user