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