macro_rules! Sprintf {
($fmt:expr $(, $arg:expr)* $(,)?) => { ... };
}Expand description
fmt.Sprintf(format, args…) — returns the formatted string.
macro_rules! Sprintf {
($fmt:expr $(, $arg:expr)* $(,)?) => { ... };
}fmt.Sprintf(format, args…) — returns the formatted string.