add gfa alias for recursive formatting

inspired from #2018
master
ncanceill 12 years ago
parent 76e23e62c6
commit ac1a321abe
  1. 3
      plugins/golang/golang.plugin.zsh

@ -158,3 +158,6 @@ __go_tool_complete() {
}
compdef __go_tool_complete go
# aliases
alias gfa='go fmt . ./...'

Loading…
Cancel
Save