From: Caleb Spare Date: Wed, 29 Mar 2017 22:18:54 +0000 (-0700) Subject: runtime: fix for implementation notes appearing in godoc X-Git-Tag: go1.9beta1~922 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=592037f38188a7357f2103c8ddf1bd62206c778f;p=gostls13.git runtime: fix for implementation notes appearing in godoc Change-Id: I31cfae1e98313b68e3bc8f49079491d2725a662b Reviewed-on: https://go-review.googlesource.com/38850 Reviewed-by: Brad Fitzpatrick --- 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 (