1、理解 goroutine 的并发(重点)
知识点:①进程、线程、协程 ②goroutine的M-G/MPG模型
https://blog.csdn.net/pmlpml/article/details/78850661
2、interfacegolang interface详解3、运算符
运算符讲解
位运算基础