DEBSOURCES
Skip Quicknav
sources / golang-testify / 1.3.0%2Bds-1 / .travis.gofmt.sh
1234567
#!/bin/bash if [ -n "$(gofmt -l .)" ]; then echo "Go code is not formatted:" gofmt -d . exit 1 fi