(field, reason string)
| 115 | } |
| 116 | |
| 117 | func unchangeWarning(field, reason string) { |
| 118 | utils.PrintWarning(`Config "` + field + `" unchanged: ` + reason) |
| 119 | } |
| 120 | |
| 121 | func arrayType(section *ini.Section, field, value string) { |
| 122 | key, err := section.GetKey(field) |
no test coverage detected