1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00
Files
types/main.go
Darren Shepherd e52763be71 Initial Commit
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")
}