As far as I know, Go currently does not have a list of "reserved" variable 
names, however some tools that generate code do use special names to avoid 
potential conflicts.
As an example, stringer add a "_" prefix to each variable.

I don't remember where, but I have seen variable names with a "_" suffix.

Is there a common convention?


Thanks
Manlio Perillo

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