在我的一个项目中,使用 go modules。每次我做任何事情时,它都会开始不断地搜索模块。我包含了很多模块,但只有一个模块这样做(见下文)。我该如何解决这个问题?
> go test -run TestUodate
go: finding github.com/mohae/deepcopy latest
PASS
ok example.com/example/stuff 0.698s
慕标5832272
相关分类