Created
March 7, 2025 14:10
-
-
Save juan-carl0s/93b9ab8bb6fb12b7dbcb684374b6d54b to your computer and use it in GitHub Desktop.
aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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