mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
11 lines
131 B
Go
11 lines
131 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"fmt"
|
||
|
_ "github.com/rancher/go-rancher/client"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("I have nothing to do...")
|
||
|
}
|