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, 0 insertions, 10 deletions
diff --git a/vendor/github.com/rancher/go-rancher/main.go b/vendor/github.com/rancher/go-rancher/main.go
deleted file mode 100644
index e8274c8..0000000
--- a/vendor/github.com/rancher/go-rancher/main.go
+++ /dev/null
@@ -1,10 +0,0 @@
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}