// Test that panics print out the underlying value // when the underlying kind is directly printable. // Issue: https://golang.org/issues/37531 func TestPanicWithDirectlyPrintableCustomTypes(t *testing.T) { … }
// Test that panics print out the underlying value // when the underlying kind is directly printable. // Issue: https://golang.org/issues/37531 func TestPanicWithDirectlyPrintableCustomTypes(t *testing.T) { … }