Merge pull request #185 from mmcgrana/tools-standard-formatting
Allows tools to use Go-standard formatting
This commit is contained in:
commit
791db5d8c4
@ -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`")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user