From df0f1c3f0ca7264c44012ac657d1f7168f864965 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 25 Sep 2016 12:19:27 +0200 Subject: more comments --- dev.go | 2 ++ robo.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3