os: File.Sync should return *PathError on Plan 9 #39800
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Plan9
Milestone
File.Sync
currently returns*SyscallError
on Plan 9. It should return*PathError
so that the error type matches other systems.What version of Go are you using (
go version
)?What did you do?
Run:
What did you expect to see?
Filename in the error, for example on Linux:
What did you see instead?
@gopherbot add labels OS-Plan9, NeedsFix
The text was updated successfully, but these errors were encountered: