Ignoring fmt.Stringer with LayerString()
Open
- Dominant language
- Go
- Stars
- 6.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
If a layer embeds a type that implements `fmt.Stringer`, `LayerString()` will use its `String()` method instead of printing out a useful representation of the entire layer. This effectively means fields with `String()` methods cannot be used in a layer without making them difficult to print. Is there a way to force `LayerString()` to ignore a `String()` method on a layer?
Contributor guide
Assessment
This issue has not been assessed yet.