Documentation
¶
Index ¶
- Constants
- func Bool(v bool) string
- func Bytes(bytes int64) string
- func Color(enabled bool, code string, text string) string
- func Date(value string) string
- func JSON(w io.Writer, data any) error
- func Table(w io.Writer, headers []string, rows [][]string) error
- func Truncate(value string, max int) string
Constants ¶
View Source
const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Cyan = "\033[36m" Dim = "\033[2m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.