Skip to content

Commit

Permalink
Update README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoRuDar authored Jun 28, 2022
1 parent 1981f2d commit 86fb681
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
Expand Up @@ -16,9 +16,9 @@ Supported types:
- `string`, `*string`, `[]string`, `[]*string`
- `bool`, `*bool`, `[]bool`, `[]*bool`
- `int`, `int8`, `int16`, `int32`, `int64` + slices of these types
- `*int`, `*int8`, `*int16`, `*int32`, `*int64`
- `*int`, `*int8`, `*int16`, `*int32`, `*int64` + slices of these types
- `uint`, `uint8`, `uint16`, `uint32`, `uint64` + slices of these types
- `*uint`, `*uint8`, `*uint16`, `*uint32`, `*uint64`
- `*uint`, `*uint8`, `*uint16`, `*uint32`, `*uint64` + slices of these types
- `float32`, `float64` + slices of these types
- `*float32`, `*float64`
- `time.Duration` from strings like `12ms`, `2s` etc.
Expand Down

0 comments on commit 86fb681

Please sign in to comment.