INNER CODE UNIT · Go

main

envoyproxy/gateway · cmd/egctl/main.go:15

func main() {
	if err := egctl.GetRootCommand().Execute(); err != nil {
		_, _ = fmt.Fprintln(os.Stderr, err)
		os.Exit(1)
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…