cmd/go: bad error message when import path does not contain a package #57473
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
With go.mod:
and main.go:
running
go build
orgo run
says:which is wrong and the suggested action is a noop. In reality the problem is that github.com/aclements/go-z3 is not a package.
The text was updated successfully, but these errors were encountered: