Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-tennis committed Oct 14, 2024
1 parent 614b703 commit 4d6305d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# csv
parse csv data to object
parse csv data to object(struct,protobuf,map[K]V,slice[E])

读取csv数据,转换成对象,支持自定义解析接口,以及结构嵌套(支持2层)
读取csv数据,转换成对象(struct,protobuf,map[K]V,slice[E]等),支持自定义解析接口,以及结构嵌套(支持2层)

# 示例
```go
Expand Down

0 comments on commit 4d6305d

Please sign in to comment.