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
Has anyone considered using String() string rather than View() string in the Model interface? It would allow Models to satisfy the stringer interface, which would add a bit of flexibility for the cost of a function rename.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Has anyone considered using
String() string
rather thanView() string
in theModel
interface? It would allow Models to satisfy the stringer interface, which would add a bit of flexibility for the cost of a function rename.Beta Was this translation helpful? Give feedback.
All reactions