gotosocial/vendor/codeberg.org/gruf/go-kv/format
kim 51c156cca1
pull in latest go-kv, go-cache (#1530)
Signed-off-by: kim <grufwub@gmail.com>
2023-02-19 10:36:38 +01:00
..
benchmark.png [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
format.go pull in latest go-kv, go-cache (#1530) 2023-02-19 10:36:38 +01:00
formatter.go [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
README.md [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
util.go pull in latest go-kv, go-cache (#1530) 2023-02-19 10:36:38 +01:00

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.

benchmarks