Skip to content

Commit e5f1952

Browse files
committed
go fmt accepts ./... (recursive)
1 parent fa6cb2a commit e5f1952

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

fmt.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
#!/bin/bash
2-
for d in nsq nsqd nsqlookupd nsqadmin util util/pqueue examples/*; do
3-
pushd $d
4-
go fmt
5-
popd
6-
done
2+
go fmt ./...

0 commit comments

Comments
 (0)