summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-kv/format/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/codeberg.org/gruf/go-kv/format/README.md')
-rw-r--r--vendor/codeberg.org/gruf/go-kv/format/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/codeberg.org/gruf/go-kv/format/README.md b/vendor/codeberg.org/gruf/go-kv/format/README.md
deleted file mode 100644
index f27e229ef..000000000
--- a/vendor/codeberg.org/gruf/go-kv/format/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-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.
-