Skip to main content

Sprintf

Macro Sprintf 

Source
macro_rules! Sprintf {
    ($fmt:expr $(, $arg:expr)* $(,)?) => { ... };
}
Expand description

fmt.Sprintf(format, args…) — returns the formatted string.