Golang系列教程--通道Channel 2019.12.18 1256 3 分钟 「channel」 channel 通道,goroutine是实现并发的手段,常用于goroutin…… 阅读全文 »
Golang系列教程--结构体struct和方法method 2019.12.13 1201 3 分钟 「struct💞method」 Go没有类的概念,将多个不同类型的数据集合在一起,可以…… 阅读全文 »