With the release of go1.16 it will have the setting GO111MODULE=on by
default, which means that this module will not build unless you
either add these files, or change the setting to off. However, Go1.17
intend to only support this "module mode", so it will be necessary
to migrate before that.
With the release of go1.16 it will have the setting
GO111MODULE=on
by default, which means that this module will not build unless you either add these files, or change the setting tooff
. However, Go1.17 intend to only support this "module mode", so it will be necessary to migrate before that.