This commit is contained in:
2022-03-10 16:36:26 +01:00
parent ba9e090695
commit 5afad86e37
3 changed files with 8 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/spf13/viper"
)
const VERSION = "1.5.5"
const VERSION = "1.5.6"
type OptionMap map[string][]interface{}
type Options map[string]OptionMap