Skip to content

Commit

Permalink
Update README.md (#262)
Browse files Browse the repository at this point in the history
Fixes #258
  • Loading branch information
enocom authored Nov 22, 2024
1 parent 07c6b08 commit 83a44d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 83a44d4

Please sign in to comment.