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

2 lines
51 B
Bash
Executable file

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