package
0.5.0
Repository: https://github.com/donnol/gen.git
Documentation: pkg.go.dev

# 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 新建.

# Structs

Command 指令.
Field 字段.
Info 信息.
Option 选项.
Parser 解析器,用于解析源码.
Pkg 包.
Struct 结构体.

# Type aliases

Attr 属性.
CommandList 列表.
ImportPathMap 路径映射.
StructList 列表.