Go Learning
Jump to navigation
Jump to search
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.
- Idiomatic documentation in Go. How do I document functions? Types? Classes? Go Documentation | TO DEPLETE.