package
Version:
v2.9.1
Opens a new window with list of versions in this module.
Published: Nov 15, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Printf is like Fprintf but panics on error.
Println is like Fprintln but panics on error.
WriteAllTo calls WriteTo on all elements of the WriterTo slice and
returns the total number of bytes written.
type WriterTos interface {
WriterTos() []io.WriterTo
}
WriterTos implements something that can be represented as a list of io.WriterTo.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.