package
0.0.0-20231105232618-59b81d9e7ef3
Repository: https://github.com/scott-x/gutils.git
Documentation: pkg.go.dev

# README

color

import (
   "github.com/scott-x/gutils/cl"
)

func main(){
	cl.BoldYellow.Printf("hello, my name is Scott \n")
	/*
	color option: BoldRed     
	BoldGreen   
	BoldYellow 
	BoldMagenta 
	BoldBlue   
	BoldCyan   
	BoldWhite  
	*/
}

# Variables

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