package
Version:
v0.7.8
Opens a new window with list of versions in this module.
Published: Nov 19, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package color implements color output on console.
Color returns color code for terminal display
Available colors:
normal
black
red
green
yellow
blue
magenta
cyan
white
Available attributes:
bold
dim
ul
blink
reverse
Dim shows message in dim style
func Dimf(f string, args ...interface{})
Dimf is sprintf version of Dim
Dimln shows message in dim style with LF
Hilight shows hightlight message
func Hilightf(f string, args ...interface{})
Hilightf is sprintf version of Hilight
Hilightln shows hightlight message with LF
Reset returns ResetColor to reset color output.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.