Skip to main content

Printf

Macro Printf 

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

fmt.Printf(format, args…) — Go-style verbs. Returns (int, error).