{
    "version": "1.17.13",
    "description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.",
    "homepage": "https://golang.org",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://dl.google.com/go/go1.17.13.windows-amd64.zip",
            "hash": "6cea8e199c8034995f3a691ef4564e0cc6645ee1649d7ef268a836387f1a5dfa"
        },
        "32bit": {
            "url": "https://dl.google.com/go/go1.17.13.windows-386.zip",
            "hash": "8aeaa7eddb6cf39b5c7d689d8b7f8f6b4884571ad8ada4d396898475c0154d77"
        },
        "arm64": {
            "url": "https://dl.google.com/go/go1.17.13.windows-arm64.zip",
            "hash": "c4259d2be41deda9c9d67afe486d8b9264f8255075cd40766c6541a4c635e8e4"
        }
    },
    "extract_dir": "go",
    "installer": {
        "script": [
            "$envgopath = \"$env:USERPROFILE\\go\"",
            "if ($env:GOPATH) { $envgopath = $env:GOPATH }",
            "info \"Adding '$envgopath\\bin' to PATH...\"",
            "Add-Path -Path \"$envgopath\\bin\" -Global:$global -Force"
        ]
    },
    "uninstaller": {
        "script": [
            "$envgopath = \"$env:USERPROFILE\\go\"",
            "if ($env:GOPATH) { $envgopath = $env:GOPATH }",
            "info \"Removing '$envgopath\\bin' from PATH...\"",
            "Remove-Path -Path \"$envgopath\\bin\" -Global:$global"
        ]
    },
    "bin": [
        "bin\\go.exe",
        "bin\\gofmt.exe"
    ]
}
