func rename(oldpath, newpath string) error { … } func readFile(filename string) ([]byte, error) { … } func removeAll(path string) error { … } func isEphemeralError(err error) bool { … }
func rename(oldpath, newpath string) error { … } func readFile(filename string) ([]byte, error) { … } func removeAll(path string) error { … } func isEphemeralError(err error) bool { … }