aboutsummaryrefslogtreecommitdiff
path: root/robo.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-09-25 12:19:27 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-09-25 12:19:27 +0200
commitdf0f1c3f0ca7264c44012ac657d1f7168f864965 (patch)
treef7dd7f0e4950319b1fe7fa98cc4a96711db34132 /robo.go
parent9f6c4931ad33d1fe060328b2dba136f3d382e5b7 (diff)
more comments
Diffstat (limited to 'robo.go')
-rw-r--r--robo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/robo.go b/robo.go
index 807645a..8e63ad3 100644
--- a/robo.go
+++ b/robo.go
@@ -7,7 +7,7 @@ import (
)
const (
- NUL = 0x00
+ NUL = 0x00 // Null
ETX = 0x03 // End of Text
ESC = 0x1B // Escape
FS = 0x1C // File Separator