1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2024-12-14 11:24:55 -05:00
hugo/check_gofmt.sh

2 lines
51 B
Bash
Raw Permalink Normal View History

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