From: Jay Conrod Date: Wed, 15 Apr 2020 19:11:51 +0000 (-0400) Subject: doc: add module retraction to release notes X-Git-Tag: go1.16beta1~1195 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=008048c5f4613c6b864c2e69ce795df9fa227e63;p=gostls13.git doc: add module retraction to release notes For #24031 Change-Id: I9bd0905e9aacee4bec3463b7d91f6f0929744752 Reviewed-on: https://go-review.googlesource.com/c/go/+/228384 Reviewed-by: Michael Matloob Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 09e974d07c..b11af7fd99 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -43,6 +43,15 @@ Do not send CLs removing the interior tags from such phrases.

Go command

+

+ retract directives may now be used in a go.mod file + to indicate that certain published versions of the module should not be used + by other modules. A module author may retract a version after a severe problem + is discovered or if the version was published unintentionally.
+ TODO: write and link to section in golang.org/ref/mod
+ TODO: write and link to tutorial or blog post +

+

TODO