Files
tinygo/src/os
Moses Narrow ac45c35924 os: add File.Chown on the unix path
file_unix.go (darwin/linux/wasip) was missing the exported (*File).Chown method
that file_other.go (baremetal/wasm) already has, so callers requiring the full
os.File surface — e.g. github.com/pkg/sftp — failed to compile for the
linux/amd64 TinyGo target. Delegates to the package-level Chown, mirroring
(*File).Truncate.
2026-08-18 14:18:42 -07:00
..
2024-07-02 07:02:03 -07:00
2024-07-02 07:02:03 -07:00
2022-05-03 05:36:55 +02:00
2022-03-01 11:44:39 +01:00
2023-06-17 10:38:48 +02:00
2024-11-07 09:45:47 +01:00
2024-06-06 16:24:33 +02:00
2024-11-07 09:45:47 +01:00
2026-07-07 10:40:36 +02:00
2025-02-25 14:41:42 +01:00
2026-04-15 08:19:08 +01:00
2021-12-03 09:38:40 +01:00
2024-07-02 07:02:03 -07:00
2024-07-02 07:02:03 -07:00
2023-05-03 19:37:53 +02:00
2024-08-02 17:22:46 +02:00