os: File.Sync should return *PathError on Plan 9 #39800
Closed
Labels
Milestone
Comments
CC @0intro |
Change https://golang.org/cl/239857 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: