(path string)
| 29 | MkdirAll(path string, perm os.FileMode) error |
| 30 | Remove(path string) error |
| 31 | RemoveAll(path string) error |
| 32 | OpenFileForWrite(name string, flag int, perm os.FileMode) (io.WriteCloser, error) |
| 33 | } |
| 34 |
no outgoing calls
no test coverage detected