From 9d2423a5d2ebac42dae1294a9a032f7e0784d1f2 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 29 May 2018 15:17:00 -0400 Subject: [PATCH] Updated Go2 (markdown) --- Go2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Go2.md b/Go2.md index d80e449d..4b0e3a6f 100644 --- a/Go2.md +++ b/Go2.md @@ -23,6 +23,7 @@ From talk above: Examples of major changes: +* [versioning](https://github.com/golang/go/issues/24301) * [generics](https://github.com/golang/go/issues/15292)? * [simplified, improved error handling](https://github.com/golang/go/issues/21161)? * ...