hugo/check_gofmt.sh

2 lines
51 B
Bash
Raw Normal View History

#!/usr/bin/env bash
diff <(gofmt -d .) <(printf '')