From 24f3efd265fb7973260f75cdf9a6476bef295ee5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 29 Dec 2015 15:50:55 -0500 Subject: [PATCH] Updated heapdump15 (markdown) --- heapdump15.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/heapdump15.md b/heapdump15.md index fb6e4891..be08be13 100644 --- a/heapdump15.md +++ b/heapdump15.md @@ -7,8 +7,6 @@ Heap dump format for other versions: Go 1.5 has a runtime/debug.WriteHeapDump function that writes all objects in the heap plus additional info (roots, goroutines, finalizers, etc.) to a file. The format of this file is specified here. -XXX WORK IN PROGRESS XXX - # Details The file starts with the bytes of the string "go1.5 heap dump\n".