问题描述
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}
go a.go
go run a.go
推荐答案
go run
go run
Go也使用POSIX样式的磁盘和网络操作.我不相信有人为完成端口和Windows异步IO优化了Go.
Also Go uses POSIX style disk and network operations. I don't believe anyone has optimized Go for completion ports and Windows asynch IO.
这篇关于在Windows中,golang速度很慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!