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