The fmt.Sprintf("%v", s) call was pointless since s is already a string.
Removing this unnecessary conversion.
|
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| http_client.go | ||
| http_client_test.go | ||
The fmt.Sprintf("%v", s) call was pointless since s is already a string.
Removing this unnecessary conversion.
|
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| http_client.go | ||
| http_client_test.go | ||