Go Package fmt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
==<tt>fmt.Println()</tt>== | ==<tt>fmt.Println()</tt>== | ||
==<tt>fmt.Printf()</tt>== | |||
Prints according to a format specifier. | |||
==<tt>fmt.Scanf()</tt>== | ==<tt>fmt.Scanf()</tt>== |
Revision as of 17:53, 31 March 2016
External
Internal
fmt Package Functions
fmt.Println()
fmt.Printf()
Prints according to a format specifier.