Root represents the configuration directory.
| 16 | |
| 17 | // Root represents the configuration directory. |
| 18 | type Root string |
| 19 | |
| 20 | // mustNotBeEmpty prevents us from accidentally writing configuration to the |
| 21 | // current directory. This is primarily valuable in development, where we may |
no outgoing calls
no test coverage detected