Commit d849810
authored
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 <[email protected]>1 parent 6d9787b commit d849810
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
0 commit comments