diff options
author | Andrew Bonventre <andybons@golang.org> | 2018-08-28 09:47:04 -0400 |
---|---|---|
committer | Andrew Bonventre <andybons@golang.org> | 2018-08-28 15:59:52 +0000 |
commit | 0d2016d325aff9f30762f944f7ad230b801a1def (patch) | |
tree | 5ffcffca1a9814584807da347d607d426e0c4a00 /content/go2draft.article | |
parent | ac5655ea7091ba85b2575a8bf622f4850fcda1b5 (diff) |
blog: add go2draft.article
Change-Id: I7b65b2d0541320870edcaeeb6d46bc6ddba5a540
Reviewed-on: https://go-review.googlesource.com/131916
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Diffstat (limited to 'content/go2draft.article')
-rw-r--r-- | content/go2draft.article | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/content/go2draft.article b/content/go2draft.article new file mode 100644 index 0000000..97ace9a --- /dev/null +++ b/content/go2draft.article @@ -0,0 +1,18 @@ +Go 2 Draft Designs +28 Aug 2018 +Tags: community, video + +* Introduction + +Yesterday, at our annual Go contributor summit, +attendees got a sneak peek at preliminary _drafts_ of +possible designs for changes to error handling and generics. +[[https://blog.golang.org/toward-go2][The development of Go 2]] was announced last year and we are excited to share updates with you today. + +For a quick overview, watch this short message we just played at Gophercon 2018: + +.iframe //www.youtube.com/embed/6wIP3rO6On8 315 560 + +We invite everyone in the Go community to +[[https://go.googlesource.com/proposal/+/master/design/go2draft.md][learn more about the designs]] +and help us improve them. |