package colorable
import "github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable"
Index ¶
- func NewColorable(file *os.File) io.Writer
- func NewColorableStderr() io.Writer
- func NewColorableStdout() io.Writer
- func NewNonColorable(w io.Writer) io.Writer
- type NonColorable
Functions ¶
func NewColorable ¶
func NewColorableStderr ¶
func NewColorableStdout ¶
func NewNonColorable ¶
Types ¶
type NonColorable ¶
type NonColorable struct {
// contains filtered or unexported fields
}
func (*NonColorable) Write ¶
func (w *NonColorable) Write(data []byte) (n int, err error)
Source Files ¶
colorable_others.go noncolorable.go
- Version
- v1.16.5 (latest)
- Published
- Oct 11, 2021
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 month ago –
Tools for package owners.