git-lfs/script/fmt

10 lines
141 B
Plaintext
Raw Normal View History

2013-09-22 22:57:25 +00:00
#!/bin/bash
2013-10-04 16:32:25 +00:00
gofmt -w -l *.go \
2013-10-04 17:09:03 +00:00
client/*.go \
2013-10-04 16:32:25 +00:00
cmd/*.go \
commands/*.go \
filters/*.go \
2013-10-18 17:41:29 +00:00
queuedir/*.go \
2013-12-09 16:43:51 +00:00
script/*.go