DEBSOURCES
Skip Quicknav
sources / golang-github-google-blueprint / 0.0~git20201007.25128be-2 / .gofmt.sh
1234567
#!/bin/bash if [ -n "$(gofmt -l .)" ]; then echo "Go code is not formatted:" gofmt -d . exit 1 fi