diff --git a/cmd/heapdump/main.go b/cmd/heapdump/main.go new file mode 100644 index 00000000..c5ede8f6 --- /dev/null +++ b/cmd/heapdump/main.go @@ -0,0 +1,9 @@ +// 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() { +}