From: Alberto Donizetti
Date: Mon, 22 May 2017 12:00:09 +0000 (+0200)
Subject: doc: mention that go tools is needed to access some tool
X-Git-Tag: go1.9beta1~199
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc495c5751201854366b422e5a642ac55b42414a;p=gostls13.git
doc: mention that go tools is needed to access some tool
Change-Id: I020cd3d10a441ba4047800fdf4f93433c458398a
Reviewed-on: https://go-review.googlesource.com/43717
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/cmd.html b/doc/cmd.html
index 4d6ac01dc4..214b19e181 100644
--- a/doc/cmd.html
+++ b/doc/cmd.html
@@ -22,6 +22,8 @@ using the go tool
subcommand, such as go tool vet
.
This style of invocation allows, for instance, checking a single source file
rather than an entire package: go tool vet myprogram.go
as
compared to go vet mypackage
.
+Some of the commands, such as pprof
, are accessible only through
+the go tool
subcommand.