mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-10 03:51:54 +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 | ||