𝕒𝕙𝕒𝕙𝕒 (@spongehah)求goland引用插件 中发帖

a.go 
type A struct{}
common/b.go
type B = A
追踪A的字段引用时,无法找到B的实例的引用
有一定因素不方便把结构体声明到common里