mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-09 23:07:56 +02:00
feat(golang): add goga
alias to install dependencies in current directory, recursively (#7786)
Closes #7786
This commit is contained in:
committed by
Marc Cornellà
parent
29ec52602f
commit
4bd5d03e51
@ -263,6 +263,7 @@ alias god='go doc'
|
||||
alias gof='go fmt'
|
||||
alias gofa='go fmt ./...'
|
||||
alias gog='go get'
|
||||
alias goga='go get ./...'
|
||||
alias goi='go install'
|
||||
alias gol='go list'
|
||||
alias gom='go mod'
|
||||
|
Reference in New Issue
Block a user