在使用h2o steam的dev setup guide时,我遇到了这个错误:

作为文本
➜ steam git:(master) pwd /Users/m/workspace/go-workspace/src/github.com/h2oai/steam ➜ steam git:(master) make go build lib/yarn/yarn.go:22:2: cannot find package "context" in any of: /Users/m/workspace/go-workspace/src/github.com/h2oai/steam/vendor/context (vendor tree) /usr/local/go/src/context (from $GOROOT) /Users/m/workspace/go-workspace/src/context (from $GOPATH) make: *** [build] Error 1
如何成功运行make?
发布于 2016-09-29 05:15:53
更新go to go1.7.1解决了此问题。要进行更新,请按照golang.org上的说明执行以下操作:
https://stackoverflow.com/questions/39754003
复制相似问题