quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

implement stringer interface for enums

Open cotsuka opened this issue 7 months ago • 0 comments

Adds the String() function to enums, satisfying the fmt.Stringer interface. Returns the enum description and falls back to "Unknown_{EnumNameHere}" if for some reason a case hasn't been accounted for automatically.

cotsuka avatar Mar 11 '25 22:03 cotsuka