]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: add release note for disallowing non-ASCII import paths
authorMichael Matloob <matloob@golang.org>
Thu, 7 Jan 2021 02:59:10 +0000 (21:59 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 7 Jan 2021 22:28:57 +0000 (22:28 +0000)
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>
doc/go1.16.html

index f0dbee7b8992d71da4d263aaef3c0a7e210a4ea1..3e564f8af61445fb1bb65db107a1a06f91342051 100644 (file)
@@ -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>