Allows tools to use Go-standard formatting

This commit is contained in:
Mark McGranaghan 2018-02-01 17:07:33 -05:00
parent a36217073a
commit 0a96c21881
3 changed files with 239 additions and 239 deletions

View File

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