aboutsummaryrefslogtreecommitdiff
path: root/device_linux.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-09-24 03:18:42 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-09-24 03:18:42 +0200
commit90716ee069dd0f400a60896ae438c13745531dba (patch)
tree5bf872ed23f0454eb4f9c47523107b7f0ac73b35 /device_linux.go
parenta3a737d8102107cb30fa129c5b85ff17f89908f7 (diff)
rename files
Diffstat (limited to 'device_linux.go')
-rw-r--r--device_linux.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/device_linux.go b/device_linux.go
deleted file mode 100644
index 66ab472..0000000
--- a/device_linux.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package robo
-
-func Open() (Device, error) {
- return NewLP("/dev/usb/lp0")
-}