add gfa alias for recursive formatting

inspired from #2018
This commit is contained in:
ncanceill 2014-05-29 11:06:02 +02:00 committed by Benjamin Bach
commit 74a71c650f

View file

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