Skip to content

Commit e127e90

Browse files
alecsammonmweibel
authored andcommitted
* tweak Readme with AI suggestions!
1 parent 38d60d9 commit e127e90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ func main() {
222222
Sheriff converts the input struct into a basic structure using `map[string]interface{}`. This means that the generated
223223
JSON will not have the same ordering as the input struct. If you need to have a specific ordering then a custom
224224
implementation of the `KVStoreFactory` can be passed as an option.
225+
226+
Providing a custom KV Store is likely to have a negative impact on performance, as such it should be used only when
227+
necessary.
228+
229+
For example:
225230
```go
226231
package main
227232

0 commit comments

Comments
 (0)