diff --git a/doc/go1.16.html b/doc/go1.16.html index f6f72c3882..d5de0ee5ce 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -174,10 +174,12 @@ Do not send CLs removing the interior tags from such phrases. non-reproducible builds.
-
- The go
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.
+
+ In module mode, the go
command now disallows import paths that
+ include non-ASCII characters or path elements with a leading dot character
+ (.
). Module paths with these characters were already disallowed
+ (see Module paths and versions),
+ so this change affects only paths within module subdirectories.