Please help me understand the type name format generated in debug info. Mostly they seem to be in the <import-path>.<type-name> format, but sometimes _test is appended to import path. Also it seems like some parts of import path are url-encoded: type T defined in package pkg of the go module github.com/my/pkg.v2 gets name github.com/my/pkg%2ev2.T.
I wonder what are the rules for type names. Thanks! -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/414d33a5-f6fd-4f68-9c8c-cd33b32e65cbn%40googlegroups.com.
