Menu
[৬.৫] রেফারেন্স (References)
- Head First Go Book by Jay McGavren
- Go in Action Book by Brian Ketelsen, Erik St. Martin, and William Kennedy
- The Go Programming Language Book by Alan A. A. Donovan and Brian Kernighan
- Gabriel Tanner’s Blog about Error handling
- Go Language Criticisms by Sergei Peshkov-toptal
- Effective Error Handling in Golang by Brandon Schurman
- Error Handling in Go that Every Beginner should Know by Hussachai Puripunpinyo
- Errors package
- Error handling and Go - The Go Blog
- Working with Errors in Go 1.13 -The Go Blog
- Errors are values - The Go Blog
- Better error handling in Golang: Theory and practical tips by- Ville Kuosmanen
- Creating Custom Errors in Go by Gopher Guides
- How to Add Extra Information to Errors in Go by Kristin Davidson
- A deep dive into unit testing in Go