diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-kv/format/README.md')
-rw-r--r-- | vendor/codeberg.org/gruf/go-kv/format/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-kv/format/README.md b/vendor/codeberg.org/gruf/go-kv/format/README.md new file mode 100644 index 000000000..fe7b2338d --- /dev/null +++ b/vendor/codeberg.org/gruf/go-kv/format/README.md @@ -0,0 +1,5 @@ +String formatting package using Rust-style formatting directives, geared specifcally towards formatting arguments for key-value log output. Provides ONLY default, key, value and verbose formatting directives. For most formatting cases you will be best served by `"fmt"`. + +Generally more visually friendly than `"fmt"` and performance is much improved. + +
\ No newline at end of file |