Discover Packages
github.com/shoenig/envy
internal
output
package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Aug 25, 2024
License: MIT
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
Documentation
¶
type Writer interface {
Printf(format string , args ...interface{})
Errorf(format string , args ...interface{})
}
New creates a new Writer with the given output sinks. Typically one
would plug normal into os.Stdout and failure into os.Stderr, but other
outputs may be provided, for example in use of test cases.
todo: make tracing configurable
Source Files
¶
Click to show internal directories.
Click to hide internal directories.