Commit 0f61f014 authored by Scott Lawrence's avatar Scott Lawrence Committed by Russ Cox

misc/bash: add *.go completion for gofmt

R=golang-dev, rsc1, rsc
CC=golang-dev
https://golang.org/cl/2039044
parent 815a6785
......@@ -3,4 +3,4 @@
complete -f -X '!*.8' 8l
complete -f -X '!*.6' 6l
complete -f -X '!*.5' 5l
complete -f -X '!*.go' 8g 6g 5g
complete -f -X '!*.go' 8g 6g 5g gofmt gccgo
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