-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename errors to conform to Go style
Renaming was done by gorename, so should be correct. ``` $ staticcheck -checks ST1012 fsys.go:52:2: error var Eperm should have name of the form ErrFoo (ST1012) fsys.go:53:2: error var Eexist should have name of the form ErrFoo (ST1012) fsys.go:54:2: error var Enotdir should have name of the form ErrFoo (ST1012) xfid.go:19:5: error var Edel should have name of the form ErrFoo (ST1012) xfid.go:20:5: error var Ebadctl should have name of the form ErrFoo (ST1012) xfid.go:21:5: error var Ebadaddr should have name of the form ErrFoo (ST1012) xfid.go:22:5: error var Eaddr should have name of the form ErrFoo (ST1012) xfid.go:23:5: error var Einuse should have name of the form ErrFoo (ST1012) xfid.go:24:5: error var Ebadevent should have name of the form ErrFoo (ST1012) ```
- Loading branch information
Showing
4 changed files
with
54 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters