Also simplify when formatting
This commit is contained in:
@@ -10,4 +10,5 @@ unformatted=`$gofmtcmd -l $gofiles`
|
||||
|
||||
for f in $unformatted; do
|
||||
$gofmtcmd -w -l "$f"
|
||||
gofmt -s -w -l "$f"
|
||||
done
|
||||
Reference in New Issue
Block a user