From 83a44d49757ab6b0af124f67be1c9c2b5088300d Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Thu, 21 Nov 2024 20:38:13 -0800 Subject: [PATCH] Update README.md (#262) Fixes #258 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c624102..974ffdc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre - [An Intro To Templates in Go](https://www.calhoun.io/an-intro-to-templates-in-go-part-1-of-3/) - [JSON APIs Are Just Web Applications](https://www.calhoun.io/apis-are-just-web-applications/) - [Writing middleware in #golang and how Go makes it so much fun](https://medium.com/@matryer/writing-middleware-in-golang-and-how-go-makes-it-so-much-fun-4375c1246e81) -- [Go and JSON](https://eager.io/blog/go-and-json/) - [Accessing data in Go](https://husio.github.io/blog/accessing-data-in-go/) - [How to Use //go:embed](https://blog.carlmjohnson.net/post/2021/how-to-use-go-embed/) @@ -222,6 +221,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre - [Range Over Function Types](https://go.dev/blog/range-functions) - [Go range iterators demystified](https://www.dolthub.com/blog/2024-07-12-golang-range-iters-demystified/) - [Fundamentals of I/O in Go](https://medium.com/@andreiboar/fundamentals-of-i-o-in-go-part-2-e7bb68cd5608) +- [Ranging over functions in Go 1.23](https://eli.thegreenplace.net/2024/ranging-over-functions-in-go-123/) ### Generics