- Adding basic configuration package under alpha (tests included).
- Adding basic strings helpers utils/strings.go:( StringInSlice, KeyInSlice, GetStringFromMap, GetStringsFromMap, GetDurationFromMap, GetBoolFromMap ) including tests
- Adding basic concurrency helpers utils/concurrency.go:( GetProcessCount, GetConcurrencyCount ) including tests
- Adding basic environment helpers utils/helpers.go:( GetFromEnvOr ) including tests