Merge pull request #185 from mmcgrana/tools-standard-formatting

Allows tools to use Go-standard formatting
This commit is contained in:
Mark McGranaghan 2018-02-01 14:09:45 -08:00 committed by GitHub
commit 791db5d8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 239 additions and 239 deletions

View File

@ -2,7 +2,7 @@
set -eo pipefail set -eo pipefail
paths=$(ls tools/*.go examples/*/*.go) paths=$(ls examples/*/*.go)
gbe_to_4spaces() { gbe_to_4spaces() {
local os=$(tr [A-Z] [a-z] <<< "`uname`") local os=$(tr [A-Z] [a-z] <<< "`uname`")