Skip to content

Instantly share code, notes, and snippets.

View sleaze's full-sized avatar

Mr. Sleaze sleaze

View GitHub Profile
@sleaze
sleaze / install-go.sh
Last active May 23, 2020 18:28 — forked from jpillora/install-go.sh
Install latest version of Go in Linux
#!/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
export INSTALL_GO_SH="$0"
main() {
if [[ "${1:-}" =~ ^(-v|--verbose)$ ]]; then