Yes. You can use

fmt.Println(name(“john”).upper())

if you uncomment the code.

> On Jan 11, 2019, at 3:17 PM, 伊藤和也 <kazya.ito.dr...@gmail.com> wrote:
> 
> 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 
> <mailto:golang-nuts+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

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