Example #1
0
File: print.go Project: ccll/looper
func Header() {
	fmt.Println(ansicolor.Cyan("Looper 0.3.2 is watching your files"))
	fmt.Println("Type " + ansicolor.Magenta("help") + " for help.\n")
}
Example #2
0
File: print.go Project: jtacoma/gat
func Header() {
	fmt.Println(ansicolor.Cyan("G.A.T.0.1.0 is watching your files"))
	fmt.Println("Type " + ansicolor.Magenta("help") + " for help.\n")
}