Skip to content

Commit

Permalink
* tweak Readme with AI suggestions!
Browse files Browse the repository at this point in the history
  • Loading branch information
alecsammon authored and mweibel committed May 31, 2024
1 parent 38d60d9 commit e127e90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ func main() {
Sheriff converts the input struct into a basic structure using `map[string]interface{}`. This means that the generated
JSON will not have the same ordering as the input struct. If you need to have a specific ordering then a custom
implementation of the `KVStoreFactory` can be passed as an option.

Providing a custom KV Store is likely to have a negative impact on performance, as such it should be used only when
necessary.

For example:
```go
package main

Expand Down

0 comments on commit e127e90

Please sign in to comment.