From 27152d8e684a4cbe76c98d718fdfa1753e0ffc68 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 17 Mar 2022 11:55:10 -0400 Subject: posts/2022-01-17-generics-in-go-1.18.md: update to add link to 1.18 release announcement --- content/posts/2022-01-17-generics-in-go-1.18.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/posts/2022-01-17-generics-in-go-1.18.md b/content/posts/2022-01-17-generics-in-go-1.18.md index 8c616e3..ae9c0ab 100644 --- a/content/posts/2022-01-17-generics-in-go-1.18.md +++ b/content/posts/2022-01-17-generics-in-go-1.18.md @@ -314,6 +314,8 @@ tilde prefixes in type constraints. `x/exp` for Go 1.18][constraints-exp]. [LWN][] has an [excellent summary of Go 1.18][lwn-go-1.18]. +**Update (2021-03-17):** [Go 1.18 released][]. + [go]: https://go.dev/ "Go programming language" [go 1.18]: https://tip.golang.org/doc/go1.18 @@ -340,3 +342,5 @@ summary of Go 1.18][lwn-go-1.18]. "Linux Weekly News" [lwn-go-1.18]: https://lwn.net/Articles/883602/ "What's coming in Go 1.18" +[go 1.18 released]: https://go.dev/blog/go1.18 + "Go 1.18 release announcement." -- cgit v1.2.3