Skip to content

Instantly share code, notes, and snippets.

@hvasconcelos
Created July 16, 2013 19:37
Show Gist options
  • Save hvasconcelos/6011924 to your computer and use it in GitHub Desktop.
Save hvasconcelos/6011924 to your computer and use it in GitHub Desktop.
Go Tool aliases
#!/bin/bash
alias gob='go build'
alias goc='go clean'
alias gog='go get'
alias goi='go install'
alias gor='go run'
alias gotest='go test'
alias got='go tool'
alias govet='go vet'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment