Skip to content

mrosset/ansi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

go-ansi

Installing

    $ go get github.com/str1ngs/ansi/color

Example

    package main

    import (
        "fmt"
        . "github.com/str1ngs/ansi/color"
    )

    func main() {
        fmt.Printf("%s\n", Blue("techno color"))
    }

About

go package for easy use of ansi escape codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages