From 592037f38188a7357f2103c8ddf1bd62206c778f Mon Sep 17 00:00:00 2001 From: Caleb Spare Date: Wed, 29 Mar 2017 15:18:54 -0700 Subject: [PATCH] runtime: fix for implementation notes appearing in godoc Change-Id: I31cfae1e98313b68e3bc8f49079491d2725a662b Reviewed-on: https://go-review.googlesource.com/38850 Reviewed-by: Brad Fitzpatrick --- src/runtime/mgclarge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/mgclarge.go b/src/runtime/mgclarge.go index cf5bd9a793..3c2b12fe8e 100644 --- a/src/runtime/mgclarge.go +++ b/src/runtime/mgclarge.go @@ -24,7 +24,7 @@ // removeSpan: which removes a specific span from the treap // // _mheap.lock must be held when manipulating this data structure. -// + package runtime import ( -- 2.48.1