stringer: internal error: package "strconv" without types was imported from XXX #64813
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Go version
go version go1.21.4 windows/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
eitem.go:
run
go generate
, report error when already generated output file:stringer: internal error: package "strconv" without types was imported from "enums" eitem.go:3: running "stringer": exit status 1
so, it is not work fine if run
go generate
multiple times.I remember old version(maybe go 1.1X) is work fine.
What did you expect to see?
no error report and output normally.
What did you see instead?
run
go generate
, report error when already generated output file:stringer: internal error: package "strconv" without types was imported from "enums" eitem.go:3: running "stringer": exit status 1
The text was updated successfully, but these errors were encountered: