msg

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Bold represents bold font
	Bold = color.New(color.Bold)
	// Green represents green font
	Green = color.New(color.FgGreen)
	// GreenBold represents green + bold font
	GreenBold = color.New(color.FgGreen, color.Bold)
	// Red represents red font
	Red = color.New(color.FgRed)
	// RedBold represents red + bold font
	RedBold = color.New(color.FgRed, color.Bold)
	// Yellow represents yellow font
	Yellow = color.New(color.FgYellow)
)

Functions

func DisableColor

func DisableColor()

DisableColor disables colorized output

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL