Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Mar 24, 2021
1 parent e8f8507 commit 4171a3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ cvt.Float("hello", 12.34) // 12.34
- Bool
- BoolE
- ColumnsE
- ColumnsFloat64E
- ColumnsInt64E
- ColumnsIntE
- ColumnsStringE
- FieldE
- Float32
- Float32E
Expand All @@ -88,6 +84,10 @@ cvt.Float("hello", 12.34) // 12.34
- IntE
- Slice
- SliceE
- SliceIntE
- SliceInt64E
- SliceFloat64E
- SliceStringE
- String
- StringE
- Time
Expand Down
8 changes: 4 additions & 4 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ cvt.Float("hello", 12.34) // 12.34
- Bool
- BoolE
- ColumnsE
- ColumnsFloat64E
- ColumnsInt64E
- ColumnsIntE
- ColumnsStringE
- FieldE
- Float32
- Float32E
Expand All @@ -87,6 +83,10 @@ cvt.Float("hello", 12.34) // 12.34
- IntE
- Slice
- SliceE
- SliceIntE
- SliceInt64E
- SliceFloat64E
- SliceStringE
- String
- StringE
- Time
Expand Down

0 comments on commit 4171a3a

Please sign in to comment.