From 86fb681e4cc8ead1f0b0f48f0b5b66e723c2b72e Mon Sep 17 00:00:00 2001 From: Bogdan Daragan <19273017+BoRuDar@users.noreply.github.com> Date: Tue, 28 Jun 2022 22:59:53 +0100 Subject: [PATCH] Update README.md (#23) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c7c886..c2131f0 100644 --- a/README.md +++ b/README.md @@ -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.