Hi Alex,

I think this quote from the documentation is intended to explain what you 
are seeing:

   "In module-aware mode, GOPATH no longer defines the meaning of imports 
during a build, but it still stores downloaded dependencies (in 
GOPATH/pkg/mod) and installed commands (in GOPATH/bin, unless GOBIN is 
set)."

>From https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more

Regards,
thepudds

On Sunday, January 27, 2019 at 12:14:33 PM UTC-5, Alex Dvoretskiy wrote:
>
> Hi, do I have to have "$GOPATH/pkg" folder in Go v1.11.5? Looks like go 
> modules save versions of pakages in this folder. But where packages stored 
> if I use $GO111MODULE=on? $GOPATH should be ignored in this case so do pkg 
> folder. Or I'm missing something?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to