mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-04 18:30:21 +00:00
14 lines
332 B
Bash
14 lines
332 B
Bash
# title: Go (Disambiguation)
|
|
# homepage: https://webinstall.dev
|
|
# tagline: Go is ambigious. Did you mean Golang?
|
|
# ambiguous: golang
|
|
# description: |
|
|
# Did you mean https://webinstall.dev/golang
|
|
|
|
echo ""
|
|
echo "'go' is ambiguous. Did you mean 'golang'?"
|
|
echo ""
|
|
echo " curl https://webinstall.dev/golang | bash"
|
|
sleep 2
|
|
echo ""
|