package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jun 26, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package fmt2 puts some fmt-Package methods into an interface.
type Printer interface {
Println(i ...interface{})
Printf(format string, i ...interface{})
}
Printer includes methods which mirror the fmt package.
DefaultPrinter prints with fmt.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.