Joining Errors With errors.Join in Go
In this video, we’ll be looking at how you can join errors using errors.Join
in your Go applications.
This is super handy if you want to enrich the errors that may be getting returned from parts of your Go application and allows you to do better error checking further down the chain.
When they announced this was coming, I was seriously excited as it’s just such a fantastic addition to the Go programming language.
Video Tutorial
This tutorial is also available in video format:
Conclusion
If you enjoyed this video, let me know in the comments section down below!