Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
misc/bash: add *.go completion for gofmt
Browse files Browse the repository at this point in the history
R=golang-dev, rsc1, rsc
CC=golang-dev
https://golang.org/cl/2039044
  • Loading branch information
bytbox authored and rsc committed Aug 31, 2010
1 parent 815a678 commit 0f61f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/bash/go
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0f61f01

Please sign in to comment.