Commit 4b9772ff authored by Shubham Chaudhary's avatar Shubham Chaudhary Committed by Marc Cornellà
Browse files

Add more go aliases (#5259)

*  Also gfa conflicts with git shortcut
parent b9c3e862
......@@ -179,5 +179,15 @@ __go_tool_complete() {
compdef __go_tool_complete go
# aliases
alias gfa='go fmt . ./...'
# aliases: go<~>
alias gob='go build'
alias goc='go clean'
alias god='go doc'
alias gof='go fmt'
alias gofa='go fmt . ./...'
alias gog='go get'
alias goi='go install'
alias gol='go list'
alias gor='go run'
alias got='go test'
alias gov='go vet'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment