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
now go mod tidy command will write go.mod like this, if I import github.com/package/a and a import github.com/package/b, and b import github.com/package/c
Very closely related to #26913, #42766, and #26955 - I don't think more open issues on this are helpful. See the last one I linked, which is still open.
now
go mod tidy
command will writego.mod
like this, if I importproxy-git.cwkhome.fun/package/a
anda
importproxy-git.cwkhome.fun/package/b
, andb
importproxy-git.cwkhome.fun/package/c
and then I import
github.com/package/b
by my test code, then rungo mod tidy
,go.mod
file will like thisproxy-git.cwkhome.fun/package/b
will move, but not mark it is test importso I hope
go.mod
like thisit will show me packages I import just in test, and not need run
go mod why -m ...
The text was updated successfully, but these errors were encountered: