diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-17 11:55:10 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-17 11:55:10 -0400 |
commit | 27152d8e684a4cbe76c98d718fdfa1753e0ffc68 (patch) | |
tree | dd4128d845b3ca0dfb7b547917c6126e39dd1b39 /content | |
parent | c1d38a60d5bfef26006cc1b19f15c1db54915d91 (diff) | |
download | pablotron.org-27152d8e684a4cbe76c98d718fdfa1753e0ffc68.tar.bz2 pablotron.org-27152d8e684a4cbe76c98d718fdfa1753e0ffc68.zip |
posts/2022-01-17-generics-in-go-1.18.md: update to add link to 1.18 release announcement
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2022-01-17-generics-in-go-1.18.md | 4 |
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." |