{
    "version": "1.21.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.21.13.windows-amd64.zip",
            "hash": "924655193634bfcdf7ec7a34589e0d73458741998a59e4155a929ce85f81af2d"
        },
        "32bit": {
            "url": "https://dl.google.com/go/go1.21.13.windows-386.zip",
            "hash": "e8276c063ca43688eb0c7a314e57a18000d720ebe860678cbf85581fc6c2a9ad"
        },
        "arm64": {
            "url": "https://dl.google.com/go/go1.21.13.windows-arm64.zip",
            "hash": "74fb3a74cdf0cf6cfea664d3746aea423a3e4a8952b749920f8013d735a59589"
        }
    },
    "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"
    ]
}
