{
    "version": "1.20.14",
    "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.20.14.windows-amd64.zip",
            "hash": "0e0d0190406ead891d94ecf00f961bb5cfa15ddd47499d2649f12eee80aee110"
        },
        "32bit": {
            "url": "https://dl.google.com/go/go1.20.14.windows-386.zip",
            "hash": "ceaa0e7a7c89604027d67bbcce72b8574080d5c34b68bd3152338402c9253ce2"
        },
        "arm64": {
            "url": "https://dl.google.com/go/go1.20.14.windows-arm64.zip",
            "hash": "67dfb9de6c4775d3deffb3bf87c204f22b2d0ddebebc6eec5917a69e27af7370"
        }
    },
    "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"
    ]
}
