Skip to content

Releases: didslm/env

Moving the library to the new username

31 Jan 08:20
9b30c9b

Choose a tag to compare

Go support

24 Jan 10:22
88255b8

Choose a tag to compare

v1.0.1

Create go.yml

Add support for structs with tags inside structs.

24 Jan 10:17

Choose a tag to compare

1.0.1

Add support for structs inside structs

First version reading basic types from env variables.

24 Jan 09:30

Choose a tag to compare

This package will help you read values from environment into the structs declared as tags.
Supported types :

  1. string
  2. Int to Int64
  3. Float32 and Float64
  4. Bool