hugo/check_gofmt.sh
2024-01-30 19:43:01 +01:00

2 lines
No EOL
51 B
Bash
Executable file

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