Categorygithub.com/ebitgo/consolecolor
modulepackage
0.0.0-20170519063252-53dcf79078fb
Repository: https://github.com/ebitgo/consolecolor.git
Documentation: pkg.go.dev

# README

Go console text color

Description: This library for windows and Linux console output font color control.

Installation

go get github.com/ebitgo/ConsoleColor

In the Linux environment, call the fatih/color library.

go get github.com/fatih/color

Usage

func Example() {
	ConsoleColor.Print(ConsoleColor.C_RED, "This is a test!\r\n")
	ConsoleColor.Printf(ConsoleColor.C_BLUE, "%s!\r\n", "This is a test!")
	ConsoleColor.Println(ConsoleColor.C_WHITE, "This is a test!")

	ConsoleColor.Println(ConsoleColor.C_BLACK, "This is black")
	ConsoleColor.Println(ConsoleColor.C_RED, "This is red")
	ConsoleColor.Println(ConsoleColor.C_GREEN, "This is green")
	ConsoleColor.Println(ConsoleColor.C_YELLOW, "This is yellow")
	ConsoleColor.Println(ConsoleColor.C_BLUE, "This is blue")
	ConsoleColor.Println(ConsoleColor.C_MAGENTA, "This is megenta")
	ConsoleColor.Println(ConsoleColor.C_CYAN, "This is cyan")
	ConsoleColor.Println(ConsoleColor.C_WHITE, "This is white")
}

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
blue.
dark blue.
dark gray.
dark green.
dark pink.
dark red.
dark skyblue.
dark white.
dark yellow.
green.
pink.
red.
skyblue.
white.
yellow.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
black.
blue.
dark blue.
dark gray.
dark green.
dark pink.
dark red.
dark skyblue.
dark white.
dark yellow.
green.
pink.
red.
skyblue.
white.
yellow.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author