Closed
Description
As noted in https://blog.golang.org/modules2019, “Our aim is for Go 1.13, scheduled for August 2019, to enable module mode by default (that is, to change the default from auto
to on
) and deprecate GOPATH mode.”
This issue tracks the first part of that goal: changing the default to on
.