(key string)
| 542 | } |
| 543 | |
| 544 | func experimental(key string) { |
| 545 | if _, set := os.LookupEnv(key); set { |
| 546 | say.Say("Configuration option '" + key + "' is experimental. Be prepared that this option will be removed!") |
| 547 | } |
| 548 | } |
| 549 | |
| 550 | func doneSquash(value string) string { |
| 551 | switch value { |
no test coverage detected