1
0
mirror of https://github.com/rancher/types.git synced 2025-06-30 15:31:48 +00:00
types/main.go
2017-11-10 13:51:47 -07:00

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")
}