config parsing in the global environment.
()
| 75 | |
| 76 | // config parsing in the global environment. |
| 77 | func parseConfig() { |
| 78 | var nilClient *Client |
| 79 | nilClient.parseConfig() |
| 80 | } |
| 81 | |
| 82 | // lazy config parsing when there's a known client already. |
| 83 | // The client c may be nil. |
nothing calls this directly
no test coverage detected