Skip to content

Commit 83a44d4

Browse files
authored
Update README.md (#262)
Fixes #258
1 parent 07c6b08 commit 83a44d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
8181
- [An Intro To Templates in Go](https://www.calhoun.io/an-intro-to-templates-in-go-part-1-of-3/)
8282
- [JSON APIs Are Just Web Applications](https://www.calhoun.io/apis-are-just-web-applications/)
8383
- [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)
84-
- [Go and JSON](https://eager.io/blog/go-and-json/)
8584
- [Accessing data in Go](https://husio.github.io/blog/accessing-data-in-go/)
8685
- [How to Use //go:embed](https://blog.carlmjohnson.net/post/2021/how-to-use-go-embed/)
8786

@@ -222,6 +221,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
222221
- [Range Over Function Types](https://go.dev/blog/range-functions)
223222
- [Go range iterators demystified](https://www.dolthub.com/blog/2024-07-12-golang-range-iters-demystified/)
224223
- [Fundamentals of I/O in Go](https://medium.com/@andreiboar/fundamentals-of-i-o-in-go-part-2-e7bb68cd5608)
224+
- [Ranging over functions in Go 1.23](https://eli.thegreenplace.net/2024/ranging-over-functions-in-go-123/)
225225

226226
### Generics
227227

0 commit comments

Comments
 (0)