diff options
| author | Sean Liao <seankhliao@gmail.com> | 2021-09-18 18:37:07 +0200 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2021-09-20 02:35:47 +0000 |
| commit | d4addabae1a3bf748adaeafbe318b3c92a0c56da (patch) | |
| tree | 1e95febc2813e79f7b274bba413e3f5a3bb3717c | |
| parent | fa7282001d0389aa1df45da774c58caad0b44737 (diff) | |
| download | go-x-proposal-d4addabae1a3bf748adaeafbe318b3c92a0c56da.tar.xz | |
go2-language-changes: update generics reference
Change-Id: I73cd7f2549d5d4dbe6f55fef5620b72f9c65059e
Reviewed-on: https://go-review.googlesource.com/c/proposal/+/350849
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
| -rw-r--r-- | go2-language-changes.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/go2-language-changes.md b/go2-language-changes.md index ff0b515..4122288 100644 --- a/go2-language-changes.md +++ b/go2-language-changes.md @@ -60,9 +60,8 @@ You do not have to answer every question but please do your best. - Does this affect error handling? - If so, how does this differ from [previous error handling proposals](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=label%3Aerror-handling)? - Is this about generics? - - If so, how does this differ from the [the current design - draft](https://go.googlesource.com/proposal/+/master/design/go2draft-contracts.md) - and the [previous generics proposals](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=label%3Agenerics)? + - If so, how does this relate to the [accepted design](https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md) + and [other generics proposals](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=label%3Agenerics)? ## What to avoid |
