Skip to content

Commit 9b55088

Browse files
committed
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>
1 parent fa90aac commit 9b55088

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/go1.16.html

+6
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ <h4 id="modules">Modules</h4>
164164
non-reproducible builds.
165165
</p>
166166

167+
<p><!-- golang.org/issue/43052 -->
168+
The <code>go</code> command now disallows non-ASCII import paths in module
169+
mode. Non-ASCII module paths have already been disallowed so this change
170+
affects module subdirectory paths that contain non-ASCII characters.
171+
</p>
172+
167173
<h4 id="embed">Embedding Files</h4>
168174

169175
<p>

0 commit comments

Comments
 (0)