• 评论了主题 Go1.21.0 发布了
    比较坑的是 `context`. ```go func main() { ctx, cancel := context.WithCancel(context.Background()) ...