summaryrefslogtreecommitdiff
path: root/opids.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-10 20:13:40 +0200
committerPaul Buetow <paul@buetow.org>2024-02-10 20:13:40 +0200
commit8ec79e38f30738701c1ca48f5cfa724b41f866f6 (patch)
tree1b2a910c73cad82e3813b623fecdd7bdfc15569c /opids.go
parent0a5b56cec0be16a6a8627ec8548b9e80a243af96 (diff)
add opids
Diffstat (limited to 'opids.go')
-rw-r--r--opids.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/opids.go b/opids.go
new file mode 100644
index 0000000..eda15fd
--- /dev/null
+++ b/opids.go
@@ -0,0 +1,5 @@
+package main
+
+const OPEN = 1
+const OPEN_AT = 2
+const CLOSE = 3