SetSeparator changes separator in struct
(separator string)
| 2201 | |
| 2202 | // SetSeparator changes separator in struct |
| 2203 | func (l *ListFormat) SetSeparator(separator string) { |
| 2204 | l.separator = separator |
| 2205 | } |
| 2206 | |
| 2207 | // SetDirSlash defines if slash should be printed |
| 2208 | func (l *ListFormat) SetDirSlash(dirSlash bool) { |
no outgoing calls