In the section of go spec: 
https://golang.org/ref/spec#Uniqueness_of_identifiers, it says:

Two identifiers are different if they are spelled differently, or if they 
appear in different packages <https://golang.org/ref/spec#Packages> and are 
not exported <https://golang.org/ref/spec#Exported_identifiers>. Otherwise, 
they are the same.

So, two exported identifiers spelled same but in different packages are the 
same identifiers? 
Is my understanding right?

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