traefik/vendor/github.com/rancher/go-rancher/main.go

11 lines
131 B
Go
Raw Normal View History

2017-02-07 21:33:23 +00:00
package main
import (
"fmt"
_ "github.com/rancher/go-rancher/client"
)
func main() {
fmt.Println("I have nothing to do...")
}