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
Change String() to accept a value reciever. (#1239)
Since Plugin returns a TypedName by value the String method with pointer receiver was not called.
Go happily calls the value reciver based methods for pointers as well.
Signed-off-by: Etai Lev Ran <elevran@gmail.com>
0 commit comments