aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/rancher/go-rancher/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/rancher/go-rancher/main.go')
-rw-r--r--vendor/github.com/rancher/go-rancher/main.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/rancher/go-rancher/main.go b/vendor/github.com/rancher/go-rancher/main.go
new file mode 100644
index 0000000..e8274c8
--- /dev/null
+++ b/vendor/github.com/rancher/go-rancher/main.go
@@ -0,0 +1,10 @@
1package main
2
3import (
4 "fmt"
5 _ "github.com/rancher/go-rancher/client"
6)
7
8func main() {
9 fmt.Println("I have nothing to do...")
10}