ReadFile reads the entire contents of a file.
(path string)
| 35 | Open(path string) (afero.File, error) |
| 36 | // ReadFile reads the entire contents of a file. |
| 37 | ReadFile(path string) ([]byte, error) |
| 38 | |
| 39 | // MkdirAll creates a directory and all parents with the given permission. |
| 40 | MkdirAll(path string, perm fs.FileMode) error |
no outgoing calls