diff --git a/doc/go1.18.html b/doc/go1.18.html index 285b44946e..6c246b8b7b 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -258,7 +258,9 @@ proposal.

New constraints package

- TODO: https://golang.org/cl/349709: constraints: new package + The new constraints package + defines a set of useful constraints that can be used with type parameters of + generic functions.

New net/netip package