aboutsummaryrefslogtreecommitdiff
path: root/version/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'version/main.go')
-rw-r--r--version/main.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/version/main.go b/version/main.go
deleted file mode 100644
index 2170fdd..0000000
--- a/version/main.go
+++ /dev/null
@@ -1,14 +0,0 @@
-package main
-
-import (
- "fmt"
-
- "dim13.org/robo"
-)
-
-func main() {
- dev := robo.NewDevice()
- defer dev.Close()
- handle := dev.Handle()
- fmt.Println(robo.Version(handle))
-}