(filename string)
| 444 | } |
| 445 | |
| 446 | func lockName(filename string) string { |
| 447 | return filename + ".lock" |
| 448 | } |
| 449 | |
| 450 | // Write serializes the config to yaml. |
| 451 | // Encapsulates serialization without assuming the destination is a file. |
no outgoing calls
no test coverage detected