Go Package fmt
Jump to navigation
Jump to search
External
Internal
Functions
fmt.Printf()
See:
fmt.Scanf()
fmt.Scanln()
var line string fmt.Scanln(&line)
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.