mirror of
https://github.com/rancher/types.git
synced 2025-06-30 15:31:48 +00:00
14 lines
156 B
Go
14 lines
156 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
_ "github.com/rancher/types/io.cattle.management/v1"
|
|
)
|
|
|
|
var VERSION = "v0.0.0-dev"
|
|
|
|
func main() {
|
|
fmt.Println("Nothing")
|
|
}
|