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 ...
This implements a simple subset of the Python string.format method capabilities. The idea is that you can share a format string between JS and Python. console.log(pyformat( 'The {} {} jumped over the ...