作用: 如果只需要调用一次函数,通过这种方式我们可以让它在自己的 goroutine 中运行,而不需要创建一个正式的函数声明。
go func() { fmt.Println("Hello, gopher!") }()
本文标题:anonymous
本文链接:https://www.haomeiwen.com/subject/brkldqtx.html
网友评论