docker / go-events

Composable event distribution for Go
Apache License 2.0
131 stars 22 forks source link

Avoid recursion in String methods #19

Closed aaronlehmann closed 8 years ago

aaronlehmann commented 8 years ago

Let's try this once more...

Use a map instead of the same object type so that the String method doesn't infinitely recurse.

stevvooe commented 8 years ago

LGTM