Can anyone tell me (I have searched and not found anything) between building a package using go build . and using go build ...?
I have found that the first approach seems to work silently, whereas the second approach invokes a lot of visible Modules/Dependency activity and crashes sooner or later.
That sounds like a reasonable explanation, except that, in this case, the workspace has no sub-directories. Certainly, the dependencies seem as if they are being downloaded recursively…
This is the package I’m working with http://github.com/Seklfreak/discord-image-downloader-go.