mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
feat(golang): add gofx alias for go fix (#10220)
Closes #10220 Co-authored-by: Chaithanya Naik <chaithanyampcrl@gmail.com>
This commit is contained in:
committed by
Marc Cornellà
parent
96e473a1d6
commit
8e7cbafb32
@@ -262,6 +262,7 @@ alias goc='go clean'
|
||||
alias god='go doc'
|
||||
alias gof='go fmt'
|
||||
alias gofa='go fmt ./...'
|
||||
alias gofx='go fix'
|
||||
alias gog='go get'
|
||||
alias goga='go get ./...'
|
||||
alias goi='go install'
|
||||
|
||||
Reference in New Issue
Block a user