On Wed, May 1, 2019 at 7:40 PM <lgod...@gmail.com> wrote:
>
> The following statement seems very awkward, is there a cleaner way to write 
> it ?
>
> var T0= [256]uint32;  var T1= [256]uint32; var T2= [256]uint32; var T3= 
> [256]uint32;  var T5= [256]uint32

var T0, T1, T2 [256]uint32

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

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