diff options
author | knolax <1339802534.kk@gmail.com> | 2016-05-10 22:21:56 +0000 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2016-05-10 22:21:56 +0000 |
commit | 4209b7a91f210a124fec1877a695bd397b3c1bd0 (patch) | |
tree | 7b8b54592d5725640063da581deeaccbe0415e82 | |
parent | 4fbd58dcbeda4cf29b59413426337c46907c7e64 (diff) |
changed printf
-rw-r--r-- | letters.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' { |