#!/bin/bash find . -name '*.go' -exec gofmt -w {} \;