(path string, data string)
| 21 | ReadFile(path string) (contents string, ok bool) |
| 22 | |
| 23 | WriteFile(path string, data string) error |
| 24 | |
| 25 | // AppendFile appends data to the file at path, creating it if it does not exist. |
| 26 | AppendFile(path string, data string) error |
no outgoing calls