aboutsummaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2022-01-17-generics-in-go-1.18.md4
1 files changed, 4 insertions, 0 deletions
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."