func MessageWithContext()

in asserts/asserts.go [32:34]


func MessageWithContext(msg string, context string) string {
	return fmt.Sprintf("%v > %v", context, msg)
}