Skip to content

🌈 A color library for GO lang! It can color your text!

Notifications You must be signed in to change notification settings

MacioSzekTV/TextColor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TextColor

A library named TextColor! It can color your text!

Available colors:

  • BLACK
  • RED
  • GREEN
  • YELLOW
  • PURPLE
  • MAGENTA
  • TEAL
  • WHITE

Usage

package main

import (
	"github.com/MacioSzekTV/TextColor"
)

func main() {
	TextColor.GREEN("YOUR TEXT")
}

About

🌈 A color library for GO lang! It can color your text!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages