mirror of
1
Fork 0
gotosocial/vendor/codeberg.org/gruf/go-kv/format
kim 2f582e2e33
update gruf / {go-cache, go-maps, go-kv} (#3361)
2024-09-27 10:26:50 +00:00
..
README.md [bugfix] bump go-kv version with logfmt quote fix (#2108) 2023-08-13 14:27:29 +01:00
benchmark.png [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
format.go update gruf / {go-cache, go-maps, go-kv} (#3361) 2024-09-27 10:26:50 +00:00
formatter.go [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
util.go update gruf / {go-cache, go-maps, go-kv} (#3361) 2024-09-27 10:26:50 +00:00

README.md

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.