2017-10-26 00:00:24 +00:00

45 lines
1.3 KiB
JSON

{
"version": "1.9.2",
"homepage": "https://golang.org",
"license": "https://golang.org/LICENSE",
"persist": "go",
"extract_dir": "go",
"env_set": {
"GOROOT": "$dir",
"GOPATH": "$persist_dir\\go"
},
"env_add_path": [
"bin",
"go\\bin"
],
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go1.9.2.windows-amd64.zip",
"hash": "682ec3626a9c45b657c2456e35cadad119057408d37f334c6c24d88389c2164c"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go1.9.2.windows-386.zip",
"hash": "35d3be5d7b97c6d11ffb76c1b19e20a824e427805ee918e82c08a2e5793eda20"
}
},
"checkver": "Build version go([\\d\\.]+)\\.",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/golang/go$version.windows-amd64.zip"
},
"32bit": {
"url": "https://storage.googleapis.com/golang/go$version.windows-386.zip"
}
},
"hash": {
"url": "$url.sha256"
}
},
"notes": "
Your GOROOT has been set to: $dir
Your GOPATH has been set to: $persist_dir\\go
You can run 'go env GOPATH' or 'go env GOROOT' to view these at any time.
"
}