mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
Move hacks to hack (match k8s pattern).
This commit is contained in:
5
hack/imports.sh
Executable file
5
hack/imports.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
for f in $(find ./ -name '*.go'); do
|
||||
echo $f
|
||||
# go run go.coder.com/go-tools/cmd/goimports
|
||||
~/gopath/bin/goimports -w $f
|
||||
done
|
||||
Reference in New Issue
Block a user