• 评论了面试题 Go每日一题(38)
    package main import ( "sync" ) const N = 10 var wg = &sync.WaitGroup{} func main() ...