diff --git a/config/integer.go b/config/integer.go index f39f8ee..1ea1eec 100644 --- a/config/integer.go +++ b/config/integer.go @@ -1,4 +1,4 @@ -package configTypes +package config type IntegerValue struct { Name string diff --git a/config/null.go b/config/null.go index 72dc7dc..fa665c1 100644 --- a/config/null.go +++ b/config/null.go @@ -1,4 +1,4 @@ -package configTypes +package config type NullValue struct { Name string diff --git a/config/string.go b/config/string.go index db0bcaa..1fe8c5d 100644 --- a/config/string.go +++ b/config/string.go @@ -1,4 +1,4 @@ -package configTypes +package config type StringValue struct { Name string