package main import ( "fmt" _ "github.com/rancher/types/io.cattle.management/v1" ) var VERSION = "v0.0.0-dev" func main() { fmt.Println("Nothing") }