1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00

Initial Commit

This commit is contained in:
Darren Shepherd
2017-11-10 13:23:15 -07:00
commit e52763be71
513 changed files with 195432 additions and 0 deletions

13
main.go Normal file
View File

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