What does this print when comparing two separately created errors?e1 := errors.New("same text") e2 := errors.New("same text") fmt.Println(e1 == e2)