From 45a3b0b34ccc5b1a202c7ee33ee247d6d8f777f1 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 23 May 2015 17:59:58 +0200 Subject: Consitent view --- device_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device_linux.go') diff --git a/device_linux.go b/device_linux.go index 93b39d8..912e34d 100644 --- a/device_linux.go +++ b/device_linux.go @@ -2,7 +2,7 @@ package robo import "log" -func NewDevice() (dev Device) { +func NewDevice() Device { dev, err := NewLP("/dev/usb/lp0") if err != nil { log.Fatal(err) -- cgit v1.2.3