Documentation
¶
Index ¶
- Constants
- type Color
- type Handle
- type Printer
- func (p *Printer) Bytes() []byte
- func (p *Printer) Flush(w io.Writer)
- func (p *Printer) Read(b []byte) (int, error)
- func (p *Printer) Reset()
- func (p *Printer) Set(s Sequence)
- func (p *Printer) Write(b []byte) (int, error)
- func (p *Printer) WriteRune(r rune) (int, error)
- func (p *Printer) WriteString(s string) (int, error)
- func (p *Printer) WriteTo(w io.Writer) (int64, error)
- type Sequence
Constants ¶
View Source
const ( Bold = "1m" Dim = "2m" Italic = "3m" Underline = "4m" Black = "30m" Red = "31m" Green = "32m" Yellow = "33m" Blue = "34m" Magenta = "35m" Cyan = "36m" White = "37m" Default = "39m" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.