From 23a5ca9d0782e658188fd568fc3d3aa2b828bc45 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 Feb 2024 22:35:06 +0200 Subject: move go cmd to cmd/ioriotng --- internal/opids.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 internal/opids.go (limited to 'internal') 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 -- cgit v1.2.3