1
0
mirror of https://github.com/rancher/types.git synced 2025-08-16 19:46:28 +00:00
types/main.go

14 lines
156 B
Go
Raw Normal View History

2017-11-10 20:23:15 +00:00
package main
import (
"fmt"
_ "github.com/rancher/types/io.cattle.management/v1"
)
var VERSION = "v0.0.0-dev"
func main() {
fmt.Println("Nothing")
}