Files
Suzuki Shunsuke e98c3135cd ci: add build and ci tools
* Drone
* golangci-lint
* goreleaser
* commitlint
* scripts
* README, CONTRIBUTING
2019-06-12 09:57:25 +09:00

6 lines
171 B
Bash

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