Go Package fmt: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
==<tt>fmt.Printf()</tt>== | ==<tt>fmt.Printf()</tt>== | ||
Prints according to a format specifier. | Prints according to a format specifier. Format specifier documentation https://golang.org/pkg/fmt | ||
==<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. Format specifier documentation https://golang.org/pkg/fmt