From 8ed95a942ce331e5581f3f58b1dc7673e2cc97bb Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 13 Feb 2015 17:30:16 -0500 Subject: [PATCH] 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 --- src/runtime/{gcwork.go => mgcwork.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/runtime/{gcwork.go => mgcwork.go} (100%) 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