Skip to content

Commit

Permalink
doc: fix doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.wang committed Jan 6, 2022
1 parent 03ea69b commit 4d4c9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ xconf.Parse(cc)
- []uint,[]uint8,[]uint16,[]uint32,[]uint64
- []string
- []Duration
- map[stirng][string],map[int][int],map[int64][int64],map[int64][string],map[stirng][int],map[stirng][int64],map[stirng][Duration]
- map[stirng]string,map[int]int,map[int64]int64,map[int64]string,map[stirng]int,map[stirng]int64,map[stirng]Duration
- 扩展类型Slice与Map配置
- slcie的定义方式为元素通过`vars.StringValueDelim`分割,默认为`,`,如:`--time_durations=5s,10s,100s`
- map的定位方式为K、V通过`vars.StringValueDelim`分割,默认为`,`,如:`--sub_test.map_not_leaf=k1,1,k2,2,k3,3`
Expand Down

0 comments on commit 4d4c9d2

Please sign in to comment.