From 33144fd1b52b7c6762251251bcbdd6b2c2e8a992 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 1 Aug 2019 15:04:45 -0400 Subject: content/experiment: remove duplicated paragraph Change-Id: If2bd05e838c112a25788450e5f17ae08a0ec606d Reviewed-on: https://go-review.googlesource.com/c/blog/+/188577 Run-TryBot: Russ Cox Reviewed-by: Russ Cox --- content/experiment.article | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'content/experiment.article') diff --git a/content/experiment.article b/content/experiment.article index 1494b2e..a38bee2 100644 --- a/content/experiment.article +++ b/content/experiment.article @@ -205,23 +205,6 @@ For example, Go 1.5 shipped the first concurrent garbage collector and then the following releases improved it, simplifying Go development by removing pause times as an ongoing concern. -When we shipped Go 1, -we shifted to focus explicitly on using Go, -to understand this version of the language much better -before trying any more simplifications involving -language changes. -We needed to take time to experiment, -to really understand what works and what doesn’t. - -Of course, we’ve had twelve releases since Go 1, -so we have still been experimenting and simplifying and shipping. -But we’ve focused on ways to simplify Go development -without significant language changes and without breaking -existing Go programs. -For example, Go 1.5 shipped the first concurrent garbage collector -and then the following releases improved it, -simplifying Go development by removing pause times as an ongoing concern. - At Gophercon in 2017, we announced that after five years of experimentation, it was again time to think about -- cgit v1.2.3