inconshreveable/gonative

Easier Bootstrap for Go 1.5+

Open

#24 建立於 2015年12月2日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Go (32 fork)github user discovery
help wanted

倉庫指標

Star
 (339 star)
PR 合併指標
 (PR 指標待抓取)

描述

Building Go 1.5+ from source requires that an existing 1.4 Go toolchain be on your machine and specified via the GOROOT_BOOTSTRAP environment variable. gonative will fail if that's not supplied right now if you're building Go1.5+. Instead, if the env var is unspecified, gonative should download a Go 1.4 installation native to your platform and use that for the bootstrap process.

貢獻者指南