Skip to content

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

License

Notifications You must be signed in to change notification settings

yuzgit/gobgcolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages