diff options
Diffstat (limited to 'content/the-path-to-go-1.article')
-rw-r--r-- | content/the-path-to-go-1.article | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/content/the-path-to-go-1.article b/content/the-path-to-go-1.article index 1bb1f5f..15eb3ee 100644 --- a/content/the-path-to-go-1.article +++ b/content/the-path-to-go-1.article @@ -1,12 +1,13 @@ -The path to Go 1 +# The path to Go 1 14 Mar 2013 Tags: talk, video, go1 +Summary: In July 2012, Rob Pike and I presented a talk at OSCON titled _The path to Go 1_. In it we explain how Go 1 came to be, and outline the process by which Go was refined and stabilized to become the clean, consistent programming environment that it is today. We present the major highlights of the release and discuss the details behind some specific libraries and tools. Andrew Gerrand -* Introduction +## -In July 2012, Rob Pike and I presented a talk at OSCON titled _The_path_to_Go_1_. +In July 2012, Rob Pike and I presented a talk at OSCON titled _The path to Go 1_. In it we explain how Go 1 came to be, and outline the process by which Go was refined and stabilized to become the clean, consistent programming environment that it is today. @@ -15,7 +16,7 @@ some specific libraries and tools. .iframe //www.youtube.com/embed/bj9T2c2Xk_s 309 550 -The slides for the talk are [[https://talks.golang.org/2012/go1.slide][available here]]. +The slides for the talk are [available here](https://talks.golang.org/2012/go1.slide). It's almost a year since we cut Go 1.0 and we are now busy preparing Go 1.1. The release will include performance improvements to the gc compiler, |