mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
.. | ||
benchmark.png | ||
format.go | ||
formatter.go | ||
README.md | ||
util.go |
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.