You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you execute spew.Sdump(this) in the A.String method, spew runs, sees that the type A implements the fmt.Stringer interface, and calls String, which in turn calls spew again. So it recurses forever.
The text was updated successfully, but these errors were encountered: