题目来源:斗鱼
答案:flare
应用场景:
消息传递
任务分发
并发控制
同步(无缓冲channel)
异步(有缓冲channel)
面向对象
封装性
struct{ }
继承性
匿名字段
Go不允许多重继承
多态
interface