Sorry I misunderstand it. What I did is a conversion to "name".

2019年1月12日土曜日 5時54分12秒 UTC+9 伊藤和也:
>
> type name string
>
> /*func (n name) upper() string {
>    return strings.ToUpper(string(n))
> }
>
> func (n name) lower() string {
>    return strings.ToLower(string(n))
> }*/
>
> func main() {
>    fmt.Println(name("john"))
> }
>
>

-- 
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