go: Add recursive gofmt alias

This commit is contained in:
Alexander Surma 2013-08-02 11:01:05 +02:00
commit f2907b2487

View file

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