aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-04-05 02:43:52 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-04-05 02:43:52 +0200
commitb4e24a7f545b7ac23ec52fe13a25c08b83524905 (patch)
treed8d29b6a87b48be668a5ae3a798df2c91d4907af
parent3acf00c63d507af3f3a89bebc77f33e573fecc19 (diff)
Add comment
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 2813977..267c96c 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ import (
"os"
)
-const prefix = " "
+const prefix = " " // six spaces
func init() {
flag.IntVar(&yyDebug, "debug", 1, "debug level")