package
0.0.0-20240627020241-bd77024ea80d
Repository: https://github.com/yinjk/go-utils.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
*
* Convert a comma delimited list (e.g., a row from a CSV file) into an
* array of strings.
CopyProperties 将source结构体所有字段的值拷贝到target结构中.
*
* Take a {@code String} that is a delimited list and convert it into
* a {@code String} array.
JsonToYaml Yaml转Json.
该实现为一个简陋版本,只能对基础类型的字段转换,高级版后续再添加 相同的类型、名称的属性可以通过反射转换,其他字段忽略.
No description provided by the author
*
* 结构体转map
* @param : obj 要转换的结构体
* @return: 转换后的map
* @author: yinjk
* @time : 2019/2/12 19:29
*/.
YamlToJson Yaml转json.