Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyGoerror values and wrappingSingle-choice MCQ

What does this print when comparing two separately created errors?

e1 := errors.New("same text") e2 := errors.New("same text") fmt.Println(e1 == e2)