原创 Golang併發數的控制

package main import ( "fmt" "sync" "time" ) func main() { wg := &sync.WaitGroup{} limiter := mak