go styleguide: require Stringer for custom string wrapper types #3

Closed
clawbot wants to merge 1 commits from clawbot/prompts:add-stringer-rule into main

1 Commits

Author SHA1 Message Date
user
cfa5d4e174 style(go): add Stringer rule for custom string types
Custom string types should implement fmt.Stringer and use .String()
instead of string() casts when passing to library code.
2026-02-23 11:56:11 -08:00