yuzgit / gobgcolor

gobgcolor is package to change background color of output word by golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gobgcolor

Overview

gobgcolor is package to change background color of output word by golang.

Install

go get -u github.com/yuzgit/gobgcolor

How to use

Code

package main

import (
	"fmt"

	"github.com/yuzgit/gobgcolor"
)

func main() {
	fmt.Println(gobgcolor.Red("test"))
}

Output

About

gobgcolor is package to change background color of output word by golang.

License:MIT License


Languages

Language:Go 100.0%