mirror of https://github.com/golang/go.git
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>
This commit is contained in:
parent
fa90aaca7d
commit
9b55088d6b
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue