Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juan-carl0s/93b9ab8bb6fb12b7dbcb684374b6d54b to your computer and use it in GitHub Desktop.
Save juan-carl0s/93b9ab8bb6fb12b7dbcb684374b6d54b to your computer and use it in GitHub Desktop.
aliases
alias dc='docker compose'
alias godep='go get -u all && go mod tidy && go mod vendor'
alias gta='go test -race ./...'
alias gtr='go test -v -cover -race ./...'
alias uuidc="uuidgen | tr -d '\n' | tr '[:upper:]' '[:lower:]' | pbcopy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment