package
Version:
v0.4.6
Opens a new window with list of versions in this module.
Published: Apr 22, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package fmt formats string and output.
type Fmt interface {
Print(i ...interface{})
Println(i ...interface{})
Printf(format string, i ...interface{})
PrintErr(i ...interface{})
PrintErrln(i ...interface{})
PrintErrf(format string, i ...interface{})
}
Fmt prints a message to stdout or stderr.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.