feat(golang): install and manage Go versions with stefanmaric/g

This commit is contained in:
2021-04-19 01:16:01 +01:00
parent 1eaf05fefa
commit c0e71c965c
2 changed files with 11 additions and 1 deletions

View File

@@ -2,6 +2,15 @@
# Go (golang) environment setup.
#
# ==============================================================================
# g - Simple go version manager, gluten-free
# ==============================================================================
# Create symlink for "g" called "gv", as I have "g" aliased to "git".
zinit ice wait lucid as'program' pick'bin/g' from'gh' \
atclone'cd bin && ln -s g gv' atpull'%atclone'
zinit light stefanmaric/g
# ==============================================================================
# global golang packages
# ==============================================================================