aboutsummaryrefslogtreecommitdiff
path: root/dev.go
diff options
context:
space:
mode:
Diffstat (limited to 'dev.go')
-rw-r--r--dev.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev.go b/dev.go
index 000b182..dc1c5b5 100644
--- a/dev.go
+++ b/dev.go
@@ -2,10 +2,15 @@ package robo
import (
"bufio"
+ "io"
"os"
"syscall"
)
+type Device struct {
+ io.ReadWriteCloser
+}
+
// LP represents Line Printer
type LP struct {
*os.File