mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
10 lines
327 B
Bash
10 lines
327 B
Bash
# title: Go (golang alias)
|
|
# homepage: https://webinstall.dev/golang
|
|
# tagline: Alias for https://webinstall.dev/golang
|
|
# alias: golang
|
|
# description: |
|
|
# See https://webinstall.dev/golang
|
|
|
|
echo "'go@${WEBI_TAG:-}' is an alias for 'golang@${WEBI_VERSION:-}'"
|
|
curl -fsSL https://webinstall.dev/golang@${WEBI_VERSION:-} | bash
|