Skip to content

Commit

Permalink
added go.deps alias
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Jan 25, 2025
1 parent 0c6e3e6 commit c085d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ alias fight="printf '(ง'̀-'́)ง' | pbcopy"
## Golang
alias go.get='go get ./...; go get -t ./...'
alias go.clean='go mod verify && go mod tidy -mod=mod'
alias go.deps='go get -u ./... && go mod tidy'
alias go.getall='go get -u -v -f all'

## Docker
Expand Down

0 comments on commit c085d44

Please sign in to comment.