INNER CODE UNIT · Go

main

danielfoehrKn/kubeswitch · cmd/main.go:24

func main() {
	rootCommand := switcher.NewCommandStartSwitcher()

	if err := rootCommand.Execute(); err != nil {
		fmt.Print(err)
		os.Exit(1)
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…