summaryrefslogtreecommitdiff
path: root/src/cmd/go/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/help.go')
-rw-r--r--src/cmd/go/help.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/go/help.go b/src/cmd/go/help.go
index e1b53a67e..7987f7e4d 100644
--- a/src/cmd/go/help.go
+++ b/src/cmd/go/help.go
@@ -27,6 +27,9 @@ The special import path "all" expands to all package directories
found in all the GOPATH trees. For example, 'go list all'
lists all the packages on the local system.
+The special import path "std" is like all but expands to just the
+packages in the standard Go library.
+
An import path can also name a package to be downloaded from
a remote repository. Run 'go help remote' for details.