If you run the "go get" command on directory that does not contains "go.mod" file, its basically equal to "GO111MODULE=off go get", without module aware.
Where do you get the above commands? rsc.io/quote is an example of repository to explain of how Go module works and not works if run without Go module-aware.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Shulhan, golan...@googlegroups.com
Hi Shulhan,
> https://golang.org/ref/mod#mod-commands >
> If you run the "go get" command on directory that does not contains "go.mod"
> file, its basically equal to "GO111MODULE=off go get", without module
> aware.
>
> Where do you get the above commands?