hugo/check_gofmt.sh

2 lines
51 B
Bash
Executable File

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