# go-learning **Repository Path**: cshi/go-learning ## Basic Information - **Project Name**: go-learning - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-25 - **Last Updated**: 2021-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-learning material comes from the following books: - The Go Programming Language - 2015 - Go语言编程 - 2012,许式伟 - Go in Action https://golang.org/doc/faq go的runtime 不包括虚拟机,所以runtime只是提供核心服务的库名 认为引入 异常会带来convoluted code 之所以没有assertion,是因为不希望编程者随便应对错误处理,很多Non-fatal error,是需要 proper error handling而不是直接crash