INNER CODE UNIT · Go

fatalf

m3db/m3 · scripts/development/m3_consumer_service/bootstrap/main.go:353

func fatalf(format string, args ...any) {
	fmt.Fprintf(os.Stderr, format+"\n", args...)
	os.Exit(1)
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…