diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-03-23 20:51:32 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-03-23 20:51:32 +0000 |
| commit | 93fce245564ffde20c3e5113757bc65672f69ed5 (patch) | |
| tree | 4e75a996ef44bc5adc771c318753b0c4ad934269 /internal/options | |
| parent | c5f3bd21f6bbb013b1890d7f3432d95c596abdda (diff) | |
add missing options package
Diffstat (limited to 'internal/options')
| -rw-r--r-- | internal/options/options.go | 3 |
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 |
