Skip to content

Instantly share code, notes, and snippets.

@awalterschulze
Last active February 25, 2016 13:31
Show Gist options
  • Save awalterschulze/eb46dbfd2cc5e3fd0ff6 to your computer and use it in GitHub Desktop.
Save awalterschulze/eb46dbfd2cc5e3fd0ff6 to your computer and use it in GitHub Desktop.
My Favourite Aliases
alias s='git status'
alias test='go test -v 2>&1'
alias d='git diff'
alias f='gofmt -w -s -l .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment