We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d4ddb commit ba741e4Copy full SHA for ba741e4
pkg/golinters/govet/testdata/govet.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func GovetComposites() error {
12
- return &os.PathError{"first", "path", os.ErrNotExist} // want "composites: io/fs\\.PathError struct literal uses unkeyed fields"
+ return &os.PathError{"first", "path", os.ErrNotExist} // want "composites: (os|io/fs)\\.PathError struct literal uses unkeyed fields"
13
}
14
15
func GovetShadow(f io.Reader, buf []byte) (err error) {
0 commit comments