From fa88ba1e8adacda08973d112cca8d6e66c1390e1 Mon Sep 17 00:00:00 2001
From: Robert Griesemer
+ Per the proposal
+
+ Additions to go/ast and go/token to support parameterized functions and types
+
+ the following additions are made to the go/ast
package:
+
+
+ FuncType
+ and TypeSpec
+ nodes have a new field TypeParams
to hold type parameters, if any.
+ IndexListExpr
+ represents index expressions with multiple indices, used for function and type instantiations
+ with more than one explicit type argument.
+
-- 2.50.0