mirror of
https://gitee.com/johng/gf
synced 2026-07-07 14:25:17 +08:00
8 lines
144 B
Bash
8 lines
144 B
Bash
#!/bin/bash
|
|
|
|
cd "${GOPATH}/src/github.com/pibigstar/go-todo"
|
|
|
|
find . -name "*.go" -not -path "./third/*" | xargs gofmt -w
|
|
|
|
git diff --exit-code
|