diff --git a/doc/go1.11.html b/doc/go1.11.html index d09552b5e9..ede22a5a9a 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -89,6 +89,18 @@ Do not send CLs removing the interior tags from such phrases. TODO: Link to intro doc.
+
+ Because Go module support assigns special meaning to the
+ @ symbol in command line operations,
+ the go command now disallows the use of
+ import paths containing @ symbols.
+ Such import paths were never allowed by go get,
+ so this restriction can only affect users building
+ custom GOPATH trees by other means.
+