Commit ac1a321a authored by ncanceill's avatar ncanceill
Browse files

add gfa alias for recursive formatting

inspired from #2018
parent 76e23e62
......@@ -158,3 +158,6 @@ __go_tool_complete() {
}
compdef __go_tool_complete go
# aliases
alias gfa='go fmt . ./...'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment