diff options
author | Russ Cox <rsc@golang.org> | 2019-08-01 15:04:45 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2019-08-01 19:05:30 +0000 |
commit | 33144fd1b52b7c6762251251bcbdd6b2c2e8a992 (patch) | |
tree | 4e428f7d37154637a59c56b9d43077260f371782 /content/experiment.article | |
parent | e2c868848d78a2f7b205270c541175363806b8d8 (diff) |
content/experiment: remove duplicated paragraph
Change-Id: If2bd05e838c112a25788450e5f17ae08a0ec606d
Reviewed-on: https://go-review.googlesource.com/c/blog/+/188577
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'content/experiment.article')
-rw-r--r-- | content/experiment.article | 17 |
1 files changed, 0 insertions, 17 deletions
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 |