From 34c8e77a7ae4ee78d34dae780e528950b4589668 Mon Sep 17 00:00:00 2001 From: Hossein Zolfi Date: Wed, 18 Aug 2021 21:45:38 +0430 Subject: [PATCH] design: 47781-parameterized-go-ast.md: fix broken link --- design/47781-parameterized-go-ast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/47781-parameterized-go-ast.md b/design/47781-parameterized-go-ast.md index ac470e2a..ec071988 100644 --- a/design/47781-parameterized-go-ast.md +++ b/design/47781-parameterized-go-ast.md @@ -6,7 +6,7 @@ Last Updated: 2021-08-18 ## Abstract -This document proposes changes to `go/ast` to store the additional syntactic information necessary for the type parameters proposal ([#43651](golang.org/issues/43651)), including the amendment for type sets ([#45346](https://golang.org/issues/45346)). The changes to `go/types` related to type checking are discussed in a [separate proposal](https://golang.org/cl/328610). +This document proposes changes to `go/ast` to store the additional syntactic information necessary for the type parameters proposal ([#43651](https://golang.org/issues/43651)), including the amendment for type sets ([#45346](https://golang.org/issues/45346)). The changes to `go/types` related to type checking are discussed in a [separate proposal](https://golang.org/cl/328610). ## Syntax Changes