From eb9356b7a296cb3ee6dc355191cab23d29ed3427 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Tue, 10 Jul 2018 17:14:14 -0400
Subject: [PATCH] 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
---
doc/go1.11.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
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
--
2.50.0