# Functions
GetImportPathAndTypeNameFromTypesType 从types.Type解析出导入路径、类型名称、带短路径的类型 获取带path类型 如从github.com/pkg/errors.Frame解析出errors.Frame 或从*github.com/pkg/errors.Frame解析出*errors.Frame 或从[]github.com/pkg/errors.Frame解析出[]errors.Frame 或从[4]github.com/pkg/errors.Frame解析出[4]errors.Frame 或从map[github.com/pkg/errors.Frame]github.com/pkg/errors.Frame解析出map[errors.Frame]errors.Frame.
New 新建.