Skip to content

Commit

Permalink
chore: update README.md - list main feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vpakhuchyi committed Nov 26, 2023
1 parent 38bbf74 commit a8c2fb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
of sensitive information. Through advanced reflection and specialized formatters, it provides precise,
easily readable output. Ideal for safeguarding confidential data or enhancing data presentation in Go projects.

### Features

- [x] Struct formatting with a default values masking of all the fields (recursively).
- [x] Strings values masking based on provided regexp patterns.
- [x] Wide range of supported types:
- `struct`, `map`, `slice`, `array`, `pointer`, `string`,
- `float64/float32`, `int/int8/int16/int32/int64/rune`,
- `uint/uint8/uint16/uint32/uint64/byte`, `bool`,
- `interface`, `complex64/complex128`.
- [x] Customizable configuration.

### Installation

```bash
Expand Down

0 comments on commit a8c2fb0

Please sign in to comment.