mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 16:03:41 +00:00
os/file: add file.Chmod
Signed-off-by: leongross <leon.gross@9elements.com>
This commit is contained in:
@@ -149,3 +149,7 @@ func (f *File) Truncate(size int64) (err error) {
|
||||
|
||||
return Truncate(f.name, size)
|
||||
}
|
||||
|
||||
func (f *File) chmod(mode FileMode) error {
|
||||
return ErrUnsupported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user