go中的并发,goroutine
package mainimport ( "fmt" "runtime")func main() { //goroutine 其实就是线程,但它比线程小,执行