aboutsummaryrefslogtreecommitdiff
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
parent9f6c4931ad33d1fe060328b2dba136f3d382e5b7 (diff)
more comments
-rw-r--r--dev.go2
-rw-r--r--robo.go2
2 files changed, 3 insertions, 1 deletions
diff --git a/dev.go b/dev.go
index dc1c5b5..eca5919 100644
--- a/dev.go
+++ b/dev.go
@@ -11,6 +11,8 @@ type Device struct {
io.ReadWriteCloser
}
+// Open is implemented in according GOOS files
+
// LP represents Line Printer
type LP struct {
*os.File
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