This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
master
hugo
/
check_gofmt.sh
2 lines
51 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/usr/bin/env bash
diff <
(
gofmt -d .
)
<
(
printf
''
)
View Git Blame
Copy Permalink