电子书
2.Go入门指南(the-way-to-go_ZH_CN)
入门教程
【Go入门教程1】Go 安装,GOROOT,GOPATH,Go工作空间
【Go入门教程2】内置基础类型(Boolean、数值、字符串、错误类型),分组,iota枚举,array(数值),slice(切片),map(字典),make/new操作,零值
【Go入门教程4】struct类型(struct的匿名字段)
【Go入门教程5】面向对象(method、指针作为receiver、method继承、method重写)
【Go入门教程6】interface(interface类型、interface值、空interface{}、嵌入interface、反射)
【Go入门教程7】并发(goroutine,channels,Buffered Channels,Range和Close,Select,超时,runtime goroutine)