Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/hack/update-gofmt.sh
2018-01-05 10:46:11 -08:00

3 lines
85 B
Bash
Executable File

#!/bin/bash
find . -name "*.go" | grep -v Godeps |grep -v vendor | xargs gofmt -s -w