package colorstring
import "github.com/bitrise-io/go-utils/colorstring"
Index ¶
- func Black(a ...interface{}) string
- func Blackf(format string, a ...interface{}) string
- func Blue(a ...interface{}) string
- func Bluef(format string, a ...interface{}) string
- func Cyan(a ...interface{}) string
- func Cyanf(format string, a ...interface{}) string
- func Green(a ...interface{}) string
- func Greenf(format string, a ...interface{}) string
- func Magenta(a ...interface{}) string
- func Magentaf(format string, a ...interface{}) string
- func NoColor(a ...interface{}) string
- func NoColorf(format string, a ...interface{}) string
- func Red(a ...interface{}) string
- func Redf(format string, a ...interface{}) string
- func Yellow(a ...interface{}) string
- func Yellowf(format string, a ...interface{}) string
- type Color
- type ColorFunc
- type ColorfFunc
Functions ¶
func Black ¶
func Black(a ...interface{}) string
Black ...
func Blackf ¶
Blackf ...
func Blue ¶
func Blue(a ...interface{}) string
Blue ...
func Bluef ¶
Bluef ...
func Cyan ¶
func Cyan(a ...interface{}) string
Cyan ...
func Cyanf ¶
Cyanf ...
func Green ¶
func Green(a ...interface{}) string
Green ...
func Greenf ¶
Greenf ...
func Magenta ¶
func Magenta(a ...interface{}) string
Magenta ...
func Magentaf ¶
Magentaf ...
func NoColor ¶
func NoColor(a ...interface{}) string
NoColor ...
func NoColorf ¶
NoColorf ...
func Red ¶
func Red(a ...interface{}) string
Red ...
func Redf ¶
Redf ...
func Yellow ¶
func Yellow(a ...interface{}) string
Yellow ...
func Yellowf ¶
Yellowf ...
Types ¶
type Color ¶
type Color string
Color ... ANSI color escape sequences
type ColorFunc ¶
type ColorFunc func(a ...interface{}) string
ColorFunc ...
type ColorfFunc ¶
ColorfFunc ...
Source Files ¶
- Version
- v1.0.15 (latest)
- Published
- May 13, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 2 months ago –
Tools for package owners.