The Iris

A (power + color)ful library for Go.

License Go Report Card Go Reference Linux MacOS Windows

How to Install?

Just use:

go get github.com/ilmiofiume/iris-go

Example

package main

import "github.com/ilmiofiume/iris-go"

func main() {
  c := iris.New(FgRed, BgWhite)
  c.Printf("Hello, %s\n!", "Iris")
  iris.Red("This is a error!!!!")
}

License

Iris is licensed under the terms of Mozilla Public License 2.0.

GitHub

View Github