]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: rename gcwork.go to mgcwork.go
authorAustin Clements <austin@google.com>
Fri, 13 Feb 2015 22:30:16 +0000 (17:30 -0500)
committerAustin Clements <austin@google.com>
Tue, 17 Feb 2015 18:42:41 +0000 (18:42 +0000)
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 <minux@golang.org>
src/runtime/mgcwork.go [moved from src/runtime/gcwork.go with 100% similarity]

similarity index 100%
rename from src/runtime/gcwork.go
rename to src/runtime/mgcwork.go