summaryrefslogtreecommitdiff
path: root/opids.go
blob: eda15fda8058d786d830580b6ef8c51714a5e876 (plain)
1
2
3
4
5
package main

const OPEN = 1
const OPEN_AT = 2
const CLOSE = 3