Files
plugin-drone-rancher/vendor/github.com/rancher/go-rancher/main.go
T
2017-02-14 13:59:07 -08:00

11 lines
131 B
Go

package main
import (
"fmt"
_ "github.com/rancher/go-rancher/client"
)
func main() {
fmt.Println("I have nothing to do...")
}