summaryrefslogtreecommitdiff
path: root/software/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'software/main.go')
-rw-r--r--software/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/software/main.go b/software/main.go
index 0a6b590..dfc5de3 100644
--- a/software/main.go
+++ b/software/main.go
@@ -12,5 +12,7 @@ func main() {
log.Fatal(err)
}
+ iface.Start()
+
iface.Cat()
}