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
It'd be nice if enumer could generate that for me. Obviously for any given type it's not that big a deal, but so far I have three.
Other libraries might want some other interface, so maybe the option could specify the method name, e.g. -otherString=GoString, which you could specify multiple times. Or it could accept a CSV.
The text was updated successfully, but these errors were encountered:
kr/pretty wants a type to implement fmt.GoStringer, so I had to wrap enumer's String, e.g.
It'd be nice if enumer could generate that for me. Obviously for any given type it's not that big a deal, but so far I have three.
Other libraries might want some other interface, so maybe the option could specify the method name, e.g.
-otherString=GoString
, which you could specify multiple times. Or it could accept a CSV.The text was updated successfully, but these errors were encountered: