Skip to content

Releases: riandyrn/go-env

First Release

16 Jun 03:30
e9cdaca
Compare
Choose a tag to compare

Offers following functionalities:

  • GetString(key: string): string => fetching string value from env
  • GetInt(key: string): int => fetching int value from env
  • GetBool(key: string): bool => fetching bool value from env