Positional arguments in Go Printf?
In many other modern languages, “printf” type facilities allow the selection of arguments for substitution into the format string by their numerical position, rather than only in the order they appear. E.g. in Java: