This commit is contained in:
Luke Sampson 2013-07-22 21:36:56 +10:00
parent 6237e80b53
commit 58717c0202

20
go.json Normal file
View File

@ -0,0 +1,20 @@
{
"version": "1.1.1",
"homepage": "http://golang.org",
"license": "http://golang.org/LICENSE",
"architecture": {
"64bit": {
"url": "https://go.googlecode.com/files/go1.1.1.windows-amd64.zip",
"hash": "sha1:4f9dbc941af05dae5b9a01483644907ec2c4f875"
},
"32bit": {
"url": "https://go.googlecode.com/files/go1.1.1.windows-386.zip",
"hash": "sha1:dee46d45e27193c14e07e695aa4c13d7fdc9de9b"
}
},
"unzip_folder": "go",
"add_env_path": "bin",
"set_env": {
"GOPATH": "$dir"
}
}