diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-06-16 12:15:51 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-06-16 19:17:31 +0000 |
commit | 462d68ea5f0ac60fa6bcab115b104e81bef8519f (patch) | |
tree | 52d07f9fdc6d6f5258d01891256f75ed74553057 | |
parent | 1d9389492a1d541f71729b5f1c1b9c5c4f045171 (diff) |
content/generics-next-step: add Introduction section marker
Change-Id: I33e23b3ed79137fb296dfeccec83baef2e30bc73
Reviewed-on: https://go-review.googlesource.com/c/blog/+/238005
Reviewed-by: Robert Griesemer <gri@golang.org>
-rw-r--r-- | content/generics-next-step.article | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/generics-next-step.article b/content/generics-next-step.article index 5523f0a..8ae6161 100644 --- a/content/generics-next-step.article +++ b/content/generics-next-step.article @@ -6,6 +6,8 @@ Summary: An updated generics design draft, and a translation tool for experiment Ian Lance Taylor Robert Griesemer +## Introduction + It’s been almost a year since we [last wrote about the possibility of adding generics to Go](https://blog.golang.org/why-generics). It’s time for an update. |