We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d60d9 commit e127e90Copy full SHA for e127e90
README.md
@@ -222,6 +222,11 @@ func main() {
222
Sheriff converts the input struct into a basic structure using `map[string]interface{}`. This means that the generated
223
JSON will not have the same ordering as the input struct. If you need to have a specific ordering then a custom
224
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:
230
```go
231
package main
232
0 commit comments