Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 460 Bytes

CHANGELOG.md

File metadata and controls

12 lines (11 loc) · 460 Bytes

0.0.1a

  • 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