An ANSI colour terminal package for Go

Update for GoLint -- for some reason it doesn't like the spaces for comments like that

Changed files
+1 -2
+1 -2
colourize.go
···
Strikeout = 9
)
-
/* Colourize is the function that provides colours for values passed to it.
+
/*Colourize is the function that provides colours for values passed to it.
package main
import(
···
fmt.Println(c.Colourize("Hello", c.Cyan))
}
*/
-
func Colourize(s interface{}, style ...int) string {
b := new(bytes.Buffer)
b.WriteString("\x1b[")