summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/state.go b/state.go
new file mode 100644
index 0000000..c3c7eab
--- /dev/null
+++ b/state.go
@@ -0,0 +1,5 @@
+package main
+
+type state struct {
+ Checks map[string]int
+}