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