README ¶ This is forked from openshift so that this package can be imported without downloading the entire openshift repository and in case the upstream package is deleted. Original package: github.com/openshift/origin/pkg/cmd/util/prefixwriter Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func New(prefix string, w io.Writer) io.Writer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(prefix string, w io.Writer) io.Writer New creates a writer that prepends a prefix to every line it writes. It is safe to use the writer from multiple goroutines. Types ¶ This section is empty. Source Files ¶ View all Source files writer.go Click to show internal directories. Click to hide internal directories.