Go Package fmt: Difference between revisions

From NovaOrdis Knowledge Base
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

fmt.Scanf()