summaryrefslogtreecommitdiff
path: root/opids.go
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 /opids.go
parentfe024ec9fc47b96b5cc9b3301ebf311510568fda (diff)
move go cmd to cmd/ioriotng
Diffstat (limited to 'opids.go')
-rw-r--r--opids.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/opids.go b/opids.go
deleted file mode 100644
index eda15fd..0000000
--- a/opids.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package main
-
-const OPEN = 1
-const OPEN_AT = 2
-const CLOSE = 3