On Tue, Aug 14, 2018 at 7:37 PM,  <isf...@gmail.com> wrote:
>
> Why not define the methods on type "string" ?
> I look up the document, strings package handles string with UTF-8 encoding.
> is it the reason ?
> if not, it's design decision or any other reasons ?

1. None of the types defined by the language have methods.

2. Some of the functions in the strings package, such as strings.Join,
don't make a lot of sense as methods.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to