Skip to content

Instantly share code, notes, and snippets.

@MoltenCoreDev
Last active November 27, 2021 00:00
Show Gist options
  • Save MoltenCoreDev/ff18633e24486437f76176407f413dc4 to your computer and use it in GitHub Desktop.
Save MoltenCoreDev/ff18633e24486437f76176407f413dc4 to your computer and use it in GitHub Desktop.
go.json
{
"name": "Go",
"version": "1.17",
"src": "https://go.dev/dl/go1.17.3.linux-amd64.tar.gz",
"cmd": [
"tar -xvzf /tmp/go.tar.gz -C /tmp",
"mkdir -p /tmp/gobins",
"mv /tmp/go/bin/go /tmp/gobins/",
"mv /tmp/go/bin/gofmt /tmp/gobins/"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment