Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 668 Bytes

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")
}