summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-11 22:35:06 +0200
committerPaul Buetow <paul@buetow.org>2024-02-11 22:35:06 +0200
commit23a5ca9d0782e658188fd568fc3d3aa2b828bc45 (patch)
treec04e2d012af37e95a64370b3463a9d7d717fa431 /internal
parentfe024ec9fc47b96b5cc9b3301ebf311510568fda (diff)
move go cmd to cmd/ioriotng
Diffstat (limited to 'internal')
-rw-r--r--internal/opids.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/opids.go b/internal/opids.go
new file mode 100644
index 0000000..eda15fd
--- /dev/null
+++ b/internal/opids.go
@@ -0,0 +1,5 @@
+package main
+
+const OPEN = 1
+const OPEN_AT = 2
+const CLOSE = 3