From 7da149d9aff97637a48d212794f21636d5159c16 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Sun, 3 Jan 2016 01:51:15 +0000 Subject: Update for GoLint -- for some reason it doesn't like the spaces for comments like that --- colourize.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/colourize.go b/colourize.go index 20470f4..fd25bbf 100644 --- a/colourize.go +++ b/colourize.go @@ -42,7 +42,7 @@ const ( 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( @@ -54,7 +54,6 @@ func main() { fmt.Println(c.Colourize("Hello", c.Cyan)) } */ - func Colourize(s interface{}, style ...int) string { b := new(bytes.Buffer) b.WriteString("\x1b[") -- cgit v1.2.3