#!/bin/bash set -e set -o pipefail ls tool/src/*.go src/*/*.go | xargs -n 1 gofmt -tabs=false -tabwidth=4 -w=true