1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

feat(golang): add alias for go mod tidy (#12473)

This commit is contained in:
K.B.Dharun Krishna
2024-06-04 19:27:08 +05:30
committed by GitHub
parent de2e3d9cd3
commit efdfe2f29a
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ alias goga='go get ./...'
alias goi='go install'
alias gol='go list'
alias gom='go mod'
alias gomt='go mod tidy'
alias gopa='cd $GOPATH'
alias gopb='cd $GOPATH/bin'
alias gops='cd $GOPATH/src'