From 4b7b5749b3a605a6acad734b71e66eec56283b44 Mon Sep 17 00:00:00 2001 From: minux Date: Thu, 11 Dec 2014 00:00:30 -0800 Subject: [PATCH] GcToolchainTricks: update the timeline to remove plan 9 c compilers. --- GcToolchainTricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GcToolchainTricks.md b/GcToolchainTricks.md index e328485e..766597f0 100644 --- a/GcToolchainTricks.md +++ b/GcToolchainTricks.md @@ -1,4 +1,4 @@ -_**Update: the Plan 9 C compilers are going away in future releases of Go (probably in Go 1.5), so some of the tricks below that use them are deprecated.**_ +_**Update: the Plan 9 C compilers are going away in future releases of Go (scheduled in Go 1.5), so some of the tricks below that use them are deprecated.**_ # Introduction This page documents some less well-known (perhaps advanced) tricks for the ` gc ` toolchain (and the Go tool).