EnableAutoDecode is a global wrapper methods which delegated to the default client's Client.EnableAutoDecode.
()
| 390 | // EnableAutoDecode is a global wrapper methods which delegated |
| 391 | // to the default client's Client.EnableAutoDecode. |
| 392 | func EnableAutoDecode() *Client { |
| 393 | return defaultClient.EnableAutoDecode() |
| 394 | } |
| 395 | |
| 396 | // SetUserAgent is a global wrapper methods which delegated |
| 397 | // to the default client's Client.SetUserAgent. |
nothing calls this directly
no test coverage detected
searching dependent graphs…