mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
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 | ||