What is type..hash.[7]string?

Hi folks,

I was using the nm command to look at symbols produced in a Go binary, and saw this:

000000000047d8e0 T type…hash.[7]string

according to man nm, this is supposed to be a function. How do I interpret what this function is? What is the naming convention used here?

Thanks!

Hai

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.