On Wednesday, May 3, 2017 at 10:27:47 PM UTC+8, Tong Sun wrote:
>
> I have no problem assigning iota to variables. Can you elaborate a bit 
> pls? 
>

package main

var a = iota // undefined: iota

func main(){
    var a = iota // undefined: iota
}
 

>
> On Wednesday, May 3, 2017 at 9:19:46 AM UTC-4, T L wrote:
>>
>> .
>>
>

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