You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a go:generate that now needs to reference stuff under github/foo/bar@version.
To reduce the number of things to touch when I update that module, I added a build step to create the link bar under github/foo that pointed to the right github/foo/bar@version.
It looks like the bar lacking @version was unexpected.
I know the proper thing to do is to run go mod vendor and then reference the vendor path in my go:generate, but I liked the idea of purging vendor entirely.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran
goimports -local myorg.com -w
on a few go files.It might be a red herring, but one of go files does contain some cgo.
What did you expect to see?
No panic
What did you see instead?
The text was updated successfully, but these errors were encountered: