cmd/go: No // indirect
dependency for imports in example files
#28216
Labels
FrozenDueToAge
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?go 1.11.1
What operating system and processor architecture are you using (
go env
)?linux amd64
What did you do?
I import
github.com/go-ole/go-ole
in my appThis lib currently has no
go.mod
file andimport github.com/gonuts/commander
in an example file https://github.com/go-ole/go-ole/blob/master/example/itunes/itunes.goI run
go mod tidy
in my appWhat did you expect to see?
What did you see instead?
No line with
require github.com/gonuts/commander v0.1.0 // indirect
The text was updated successfully, but these errors were encountered: