func main() { fmt.Println("main execution started") // call function go printHello() // block here time.Sleep(10 * time.Millisecond)
確定! 回上一頁