mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
os/file: add file.Chmod
Signed-off-by: leongross <leon.gross@9elements.com>
This commit is contained in:
@@ -142,3 +142,7 @@ func isWindowsNulName(name string) bool {
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
func (f *File) chmod(mode FileMode) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user