From 21bd4417bbfcc924e771bec67c9a7f84468ea7cf Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Thu, 8 Jan 2015 19:19:12 -0700 Subject: [PATCH] add bootstrap plan --- DesignDocuments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DesignDocuments.md b/DesignDocuments.md index 10e72cac..30447697 100644 --- a/DesignDocuments.md +++ b/DesignDocuments.md @@ -31,6 +31,7 @@ # Go 1.5 + * [Go 1.5 Bootstrap Plan](https://golang.org/s/go15bootstrap) * [Go Compiler Overhaul](http://golang.org/s/go13compiler) * [Go Execution Tracer](http://goo.gl/eXjfeS)