mirror of
https://github.com/suzuki-shunsuke/drone-jsonnet-generator.git
synced 2026-02-16 03:23:24 +02:00
6 lines
171 B
Bash
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
|