summaryrefslogtreecommitdiff
path: root/software/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'software/main.go')
-rw-r--r--software/main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/software/main.go b/software/main.go
index d0d3a8c..d0ca2cd 100644
--- a/software/main.go
+++ b/software/main.go
@@ -12,5 +12,8 @@ func main() {
log.Fatal(err)
}
- iface.Log()
+ err = iface.Cat()
+ if err != nil {
+ log.Fatal(err)
+ }
}