looking back:
https://stackoverflow.com/questions/2627511/why-do-c-compilers-prepend-underscores-to-external-names

On Thu, Feb 14, 2019 at 8:54 AM Manlio Perillo <manlio.peri...@gmail.com>
wrote:

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


-- 

*Michael T. jonesmichael.jo...@gmail.com <michael.jo...@gmail.com>*

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