SetBaseURL is a global wrapper methods which delegated to the default client's Client.SetBaseURL.
(u string)
| 66 | // SetBaseURL is a global wrapper methods which delegated |
| 67 | // to the default client's Client.SetBaseURL. |
| 68 | func SetBaseURL(u string) *Client { |
| 69 | return defaultClient.SetBaseURL(u) |
| 70 | } |
| 71 | |
| 72 | // SetOutputDirectory is a global wrapper methods which delegated |
| 73 | // to the default client's Client.SetOutputDirectory. |
nothing calls this directly
no test coverage detected
searching dependent graphs…