aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2021-01-06 21:59:10 -0500
committerMichael Matloob <matloob@golang.org>2021-01-07 22:28:57 +0000
commit9b55088d6b49fd4bb4832589a1b7e8629de2800c (patch)
tree12d1d308c947fdb930b9adb4f619e585b2ee227d /doc
parentfa90aaca7d523eaf81c02b48a412cad4ebc57817 (diff)
downloadgo-9b55088d6b49fd4bb4832589a1b7e8629de2800c.tar.gz
go-9b55088d6b49fd4bb4832589a1b7e8629de2800c.zip
doc/go1.16: add release note for disallowing non-ASCII import paths
golang.org/cl/251878 disallowed non-ASCII characters in import paths, in module mode. They were already disallowed in module paths, so this change just extended the restriction to the package subdirectory of the module. Update the release notes to alert users of this change. Fixes #43052 Change-Id: I1caf9ef978dd3ac599a3f82c5c376ad62e6fc436 Reviewed-on: https://go-review.googlesource.com/c/go/+/282194 Trust: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index f0dbee7b89..3e564f8af6 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -164,6 +164,12 @@ Do not send CLs removing the interior tags from such phrases.
non-reproducible builds.
</p>
+<p><!-- golang.org/issue/43052 -->
+ The <code>go</code> command now disallows non-ASCII import paths in module
+ mode. Non-ASCII module paths have already been disallowed so this change
+ affects module subdirectory paths that contain non-ASCII characters.
+</p>
+
<h4 id="embed">Embedding Files</h4>
<p>