Skip to content

Commit

Permalink
Add alias for 'go build ./...'
Browse files Browse the repository at this point in the history
  • Loading branch information
xorcare committed Aug 7, 2023
1 parent 0207956 commit 1714a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ top30() {
alias fdate='date +"%Y-%m-%dT%H%M%S%z"'
alias fdateu='date -u +"%Y-%m-%dT%H%M%S%z"'
alias fdatez='date -u +"%Y-%m-%dT%H%M%SZ"'

alias goba='go build ./...'

0 comments on commit 1714a97

Please sign in to comment.