Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speculative fix for user reports of this error message showing up when using `//go`, which indicates that `go.env` is missing: ``` GOPROXY list is not the empty string, but contains no entries ``` Adding `go.env` to the `tools` files of the SDK rather than creating a new field on `GoSDK` for it may end up fixing latent bugs.
- Loading branch information