Files
dotfiles/scripts/golang.sh
2024-07-31 16:48:32 +02:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
asdf plugin add golang
asdf install golang latest
asdf global golang latest