suzuki-shunsuke/go-findconfig

View on GitHub
scripts/fmt.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env sh

find . \
  -type d -name .git -prune -o \
  -type f -name "*.go" -print0 |
  xargs -0 gofmt -l -s -w