Go Learning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
=Subjects= | =Subjects= | ||
* Go had no exceptions, what is the idiomatic way to handle errors? Handling errors after each function call seems noisy. [[Go_Language_Error_Handling# | * Go had no exceptions, what is the idiomatic way to handle errors? Handling errors after each function call seems noisy. [[Go_Language_Error_Handling#TO_DEPLETE|Go Language Error Handling | TO DEPLETE]]. |
Revision as of 23:34, 5 September 2023
Internal
Books
- Microservices with Go. Building scalable and reliable microservices with Go by Alexander Shuiskov
- The Go Programming Language by Alan A. A. Donovan, Brian W. Kernighan
- Efficient Go by Bartlomiej Plotka
Subjects
- Go had no exceptions, what is the idiomatic way to handle errors? Handling errors after each function call seems noisy. Go Language Error Handling | TO DEPLETE.