func die()

in cmd/cfn-format/main.go [46:49]


func die(message string) {
	fmt.Fprintln(os.Stderr, message)
	os.Exit(1)
}