]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: note that module support is ready for production use
authorBryan C. Mills <bcmills@google.com>
Fri, 24 Jan 2020 15:26:24 +0000 (10:26 -0500)
committerBryan C. Mills <bcmills@google.com>
Mon, 27 Jan 2020 14:34:16 +0000 (14:34 +0000)
commit4615b39514d1463c1cfed624ff3629ab1580a915
tree4120254f60368c14ba4c1085cef3feb4df9da629
parentf652015a0ab0f197a5a3929afa39d76dc73ed9e6
doc/go1.14: note that module support is ready for production use

The public proxy and checksum database launched with Go 1.13 have been
running smoothly, pkg.go.dev is serving module-aware documentation,
and in 1.14 we have improved the vendoring workflow and finished
Subversion support to reach parity with GOPATH mode for users of those
features, updated documentation (including the “How to Write Go Code”
intro document) and published blog posts describing common modes of
usage, and improved the migration path for existing v2+ modules by
making version resolution less aggressive about "+incompatible" major
versions.

We (always) have more fit-and-finish work to do, but at this point we
believe that module mode will provide a better user experience than
GOPATH mode for most users, including in production use.

Change-Id: I897e0a43e3aebe4c90553c414337a46bfc9c2bef
Reviewed-on: https://go-review.googlesource.com/c/go/+/216317
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
doc/go1.14.html