Skip to content

Commit

Permalink
x/tools/cmd/heapview: rename heapdump to heapview
Browse files Browse the repository at this point in the history
Updates golang/go#16410

Change-Id: I0133971f9a1149da6d88180fc2e378003f189cc8
Reviewed-on: https://go-review.googlesource.com/25101
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
matloob committed Jul 20, 2016
1 parent 1634796 commit 55296b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/heapdump/main.go → cmd/heapview/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 55296b3

Please sign in to comment.