1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:18:32 -06:00

x/tools/cmd/heapview: rename heapdump to heapview

Updates golang/go#16410

Change-Id: I0133971f9a1149da6d88180fc2e378003f189cc8
Reviewed-on: https://go-review.googlesource.com/25101
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Michael Matloob 2016-07-20 14:57:55 -04:00
parent 1634796cc3
commit 55296b3beb

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// heapdump is a tool for inspecting and analyzing Go heap dumps.
// heapview is a tool for viewing Go heap dumps.
package main
func main() {