in debug/debug_windows.go [73:78]
func defaultIfBlank(str, defaultValue string) string { if len(str) == 0 { return defaultValue } return str }