From 8ec79e38f30738701c1ca48f5cfa724b41f866f6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 10 Feb 2024 20:13:40 +0200 Subject: add opids --- opids.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 opids.go (limited to 'opids.go') 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 -- cgit v1.2.3