DRYな備忘録

Don't Repeat Yourself.

Go言語のハードタブがつらいマンのgit pre-commitフック

メモ

cat .git/hooks/pre-commit

#!/bin/sh
go fmt ./...