]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof/internal/commands: add command to open browser on windows
authorShenghou Ma <minux@golang.org>
Thu, 4 Dec 2014 16:24:23 +0000 (11:24 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 4 Dec 2014 16:24:23 +0000 (11:24 -0500)
commitc9d0c812142be1c8f224012f24d111ba46ccdc10
tree9edc85df209222994af4519d6e6ab836386b5905
parentb2950a2931bd89323569c1389f780f2cd744e12c
cmd/pprof/internal/commands: add command to open browser on windows

While we're at there, also add a message to prompt the user to install
Graphviz if "dot" command is not found.

Fixes #9178.

LGTM=adg, alex.brainman, cookieo9, rsc
R=rsc, adg, bradfitz, alex.brainman, cookieo9, smyrman
CC=golang-codereviews
https://golang.org/cl/180380043
src/cmd/pprof/internal/commands/commands.go