Python f-strings provide a modern way to handle string formatting. Learn how to use f-strings for numeric precision, string alignment, type-specific formatting, zero-padding numbers, and date and time ...
Golang already has great features for string formatting (entire fmt package) I missed named parameters for string formatting. Intention of this library is to mimic subset of features that python's ...