From: Austin Clements Date: Fri, 13 Feb 2015 22:30:16 +0000 (-0500) Subject: runtime: rename gcwork.go to mgcwork.go X-Git-Tag: go1.5beta1~1966 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8ed95a942ce331e5581f3f58b1dc7673e2cc97bb;p=gostls13.git runtime: rename gcwork.go to mgcwork.go All of the other memory-related source files start with "m". Keep up the tradition. Change-Id: Idd88fdbf2a1453374fa12109b949b1c4d149a4f8 Reviewed-on: https://go-review.googlesource.com/4853 Reviewed-by: Minux Ma --- diff --git a/src/runtime/gcwork.go b/src/runtime/mgcwork.go similarity index 100% rename from src/runtime/gcwork.go rename to src/runtime/mgcwork.go