Thank you Kurtis. It was a great help. Sent from Mail for Windows 10 From: Kurtis RaderSent: 03 August 2020 10:40To: Anjana PrabhakarCc: golang-nutsSubject: Re: [go-nuts] golan operator On Sun, Aug 2, 2020 at 9:56 PM Anjana Prabhakar <prabhakar.anj...@gmail.com> wrote:Dear All, Can someon
On Sun, Aug 2, 2020 at 9:56 PM Anjana Prabhakar
wrote:
> Dear All,
>
> Can someone help me understand the syntax
>
>> a <- b
>> b := <-a
>
>
The "<-" operator is the channel receive operator. See
https://golang.org/ref/spec#Channel_types and
https://golang.org/ref/spec#Receive_operator. Those sta
Dear All,
Can someone help me understand the syntax
> a <- b
> b := <-a
Thanks for the help.
Regards,
Anjana
--
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