Go Package fmt

From NovaOrdis Knowledge Base
Revision as of 22:34, 30 August 2023 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Functions

fmt.Printf(), fmt.Println()

Printing to stdout and stderr

fmt.Scanf(), fmt.Scanln()

Handling stdin in Go

fmt.Errorf()

Errorf formats according to a format specifier and returns the string as a value that satisfies error. For more on error handling see error handling.