From 4209b7a91f210a124fec1877a695bd397b3c1bd0 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Tue, 10 May 2016 22:21:56 +0000 Subject: changed printf --- letters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letters.go b/letters.go index c62cfa4..fdd8a29 100644 --- a/letters.go +++ b/letters.go @@ -119,7 +119,7 @@ func main () () { var brune rune = '9'; inito(); inpreader := bufio.NewReader(os.Stdin); - fmt.Println("%[0-9] for foreground color, $[0-9] for background color, / to replace using $9%9 returns the terminal to defaults"); + fmt.Println("%[0-9] for foreground color, $[0-9] for background color, [ to replace using $9%9 returns the terminal to defaults"); var trune rune ; trune , _ ,_ = inpreader.ReadRune() for trune != '\n' { -- cgit v1.1