Closed tommie closed 3 years ago
This is returned by (POSIX) open(2) if there is a permission issue, e.g. opening a read-only file for writing.
Tested against all GOOS for GOARCH=amd64 GOARCH=386 as well as js/wasm and aix/ppc64 all either pass tests or compile. 👍
GOOS
GOARCH=amd64
GOARCH=386
js/wasm
aix/ppc64
This is returned by (POSIX) open(2) if there is a permission issue, e.g. opening a read-only file for writing.