opentofu/vendor/github.com/rancher/go-rancher/main.go
John Engelman 243ecf3b4f [Provider] Rancher (#9173)
* Vendor Rancher Go library.

* Implement Rancher Provider.

Starting implementation taken from
https://github.com/platanus/terraform-provider-rancher

Commits from jidonoso@gmail.com and raphael.pinson@camptocamp.com
2016-12-05 15:29:41 +00: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...")
}