summaryrefslogtreecommitdiff
path: root/internal/options
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-03-23 20:51:32 +0000
committerPaul Buetow <git@mx.buetow.org>2021-03-23 20:51:32 +0000
commit93fce245564ffde20c3e5113757bc65672f69ed5 (patch)
tree4e75a996ef44bc5adc771c318753b0c4ad934269 /internal/options
parentc5f3bd21f6bbb013b1890d7f3432d95c596abdda (diff)
add missing options package
Diffstat (limited to 'internal/options')
-rw-r--r--internal/options/options.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/options/options.go b/internal/options/options.go
new file mode 100644
index 0000000..816ddc9
--- /dev/null
+++ b/internal/options/options.go
@@ -0,0 +1,3 @@
+package options
+
+type Options map[string]string