Skip to content

ActiveState/colors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Colors

Colors is a simple golang package that provides basic functions on colorful outputing in terminal. Golang with colors

Colors wraps color/format functions provided by ANSI escape code

Usage

package main

import (
        "github.com/wsxiaoys/colors"
)

func main() {
        colors.Println("@rHello world")
        colors.Printf("@rHello @b%s", "world!")
}

Check the godoc result for more details.

About

Colorful terminal output for Golang

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published