[fix-hyper-vendor] update hypercli in vendor

This commit is contained in:
Jimmy Xu
2018-01-05 12:32:03 +00:00
committed by Robbie Zhang
parent e050fea889
commit 0e123c783b
21 changed files with 726 additions and 3 deletions

2
vendor/github.com/hyperhq/hypercli/hack/update-gofmt.sh generated vendored Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
find . -name "*.go" | grep -v Godeps |grep -v vendor | xargs gofmt -s -w