From bc495c5751201854366b422e5a642ac55b42414a Mon Sep 17 00:00:00 2001
From: Alberto Donizetti
Date: Mon, 22 May 2017 14:00:09 +0200
Subject: [PATCH] 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
---
doc/cmd.html | 2 ++
1 file changed, 2 insertions(+)
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.
--
2.50.0