Closed amit-pandia closed 6 years ago
go-lang Stringer methods all have this signature:
func (RECEIVER) String() string
@tgrennan Thanks for informing about this. I have found (a *Address) String() in the code to serve the purpose, hence closing the pull request.
go-lang Stringer methods all have this signature:
func (RECEIVER) String() string