platinasystems / go

Other
9 stars 68 forks source link

Added ToString() to return ip address in string. #138

Closed amit-pandia closed 6 years ago

tgrennan commented 6 years ago

go-lang Stringer methods all have this signature:

func (RECEIVER) String() string

amit-pandia commented 6 years ago

@tgrennan Thanks for informing about this. I have found (a *Address) String() in the code to serve the purpose, hence closing the pull request.