I would recommend you use bracket no matter on which language,
then people from different language can understand it without risk

On Sunday, 6 May 2012 18:34:10 UTC-4, ianeperson wrote:
>
> The operator precedence in Go is not only shorter than that for C (C+ 
> +, and their various derivatives), it has significant differences: 
>
> For example: 3 * 2 << 3 * 2 
>
> In Go gives: 96 
> In C gives: 384 
>
> Some care is going to be required when moving code blocks in Go.

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