Golang Concurrency Posted on 2018-07-23 In golang 原文链接 The main function indeed runs in its own go routine. 1<-time.After(time.Second * 5) //Receiving from channel after 5 sec