INNER CODE UNIT · Go

main

numaproj/numaflow · hack/crdgen/main.go:23

func main() {
	switch os.Args[1] {
	case "cleancrd":
		cleanCRD(os.Args[2])
	default:
		panic(os.Args[1])
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…