Go 1.5 Beta1 发布,这是一个不稳定版本,使用时请注意。这次更新包括主要的架构更改实施,尽管如此,我们希望所有的 Go 程序继续和以前一样汇编和运行,因为这次发布仍然保持 Go 1 承诺的兼容性。 Go 1.5 主要改进: 编译器和运行现在完全用 Go 写(带一点汇编)。 C 不再参与实施,所以曾经是构建分布必不可缺的 C,如今已经不见了。 垃圾收集器现在是 并发的 ,并且通过运行提供显著降低了的暂停时间,可能时候,能和其他的 goroutines 平行。 By default, Go programs run with GOMAXPROCS set to the number of cores available; in prior releases it defaulted to 1. Support for internal packagesis now provided for all repositories, not just the Go core. The go command now provides experimental support for "vendoring" external dependencies. A new go tool trace command supports fine-grained tracing of program execution. A new go doc command (distinct from godoc) is customized for command-line use. 更多详细内容请查看:http://tip.golang.org/doc/go1.5 下载地址:http://golang.org/dl/ https://github.com/golang/go/archive/go1.5beta1.zip 垃圾收集器是 Go 1.5 Beta1 发布,完全使用 Go 编写的 Go下载地址