gotosocial/vendor/codeberg.org/gruf/go-kv/format
2023-08-21 06:54:30 +00:00
..
benchmark.png [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
format.go [bugfix] bump go-kv version with logfmt quote fix (#2108) 2023-08-13 14:27:29 +01:00
formatter.go [chore] use our own logging implementation (#716) 2022-07-19 10:47:55 +02:00
README.md [bugfix] bump go-kv version with logfmt quote fix (#2108) 2023-08-13 14:27:29 +01:00
util.go [chore]: Bump codeberg.org/gruf/go-kv from 1.6.3 to 1.6.4 (#2142) 2023-08-21 06:54:30 +00: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.