1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:54:43 -07:00
go/cmd/heapdump/main.go

10 lines
256 B
Go
Raw Normal View History

// Copyright 2016 The Go Authors. All rights reserved.
// 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.
package main
func main() {
}