Updated Modules (markdown)

Mihael Dimoski 2021-04-11 15:33:32 +02:00
parent 341d86d5bc
commit 5f1dc9bba9

@ -12,7 +12,7 @@ Since [Go 1.14](https://golang.org/doc/go1.14), module support is considered rea
### Go 1.16 ### Go 1.16
See the [Go 11.6 release notes](https://golang.org/doc/go1.16#go-command) for details. See the [Go 1.16 release notes](https://golang.org/doc/go1.16#go-command) for details.
* Module mode (`GO111MODULE=on`) is the default in all cases * Module mode (`GO111MODULE=on`) is the default in all cases
* Commands no longer modify `go.mod` / `go.sum` by default (`-mod=readonly`) * Commands no longer modify `go.mod` / `go.sum` by default (`-mod=readonly`)