Skip to content

Commit

Permalink
reverted errors.go
Browse files Browse the repository at this point in the history
Signed-off-by: Souvik Kar Mahapatra <souvikat001@gmail.com>
  • Loading branch information
souvikinator committed Feb 14, 2025
1 parent 55686f0 commit 606eaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/errorutil/internal/coder/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func walk(globalFlags globalFlags, update bool, updateAll bool, errorsInfo *mesh

func isErrorGoFile(path string) bool {
_, file := filepath.Split(path)
return file == "error.go" || file == "errors.go"
return file == "error.go"
}

func includeFile(path string) bool {
Expand Down

0 comments on commit 606eaf1

Please # to comment.