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.