From: Russ Cox
Date: Tue, 10 Jul 2018 21:14:14 +0000 (-0400)
Subject: doc/go1.11: mention import path restriction
X-Git-Tag: go1.11beta2~155
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eb9356b7a296cb3ee6dc355191cab23d29ed3427;p=gostls13.git
doc/go1.11: mention import path restriction
Change-Id: I18a6915614a317adb4da710a01268b574300f0e0
Reviewed-on: https://go-review.googlesource.com/123096
Run-TryBot: Russ Cox
Reviewed-by: Bryan C. Mills
---
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.
+Import path restriction
+
+
+ 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.
+
+
Package loading