Skip to content

Commit

Permalink
fmt.sh: switch to goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Feb 27, 2015
1 parent 465831c commit 1308361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
go fmt ./...
find . -name "*.go" | xargs goimports -w

0 comments on commit 1308361

Please sign in to comment.