标签:struct 不能 占用 写入 log 操作 通过 style bsp
在Go语言中,有一种特殊的struct{}
类型的channel
,它不能被写入任何数据,只有通过close()
函数进行关闭操作,才能进行输出操作。。struct
类型的channel
不占用任何内存!!!
https://blog.csdn.net/qq_35976351/article/details/82026108
标签:struct 不能 占用 写入 log 操作 通过 style bsp
原文地址:https://www.cnblogs.com/longchang/p/12217763.html