We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Repro case:
-- go.mod -- module mod.com -- foo/foo.go -- package foo -- foo/bar_test.go -- package foo_
Modifying foo/bar_test.go to contain package foo_test results in bad error messages (it doesn't recover from expecting that its name is foo_.
package foo_test
foo_