Documentation ¶
Overview ¶
Package env provides utility functions for using environment variables.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBool ¶
GetBool returns the env variable (parsed as bool) for the given key and falls back to the given defaultValue if not set
func GetFloat64 ¶
GetFloat64 returns the env variable (parsed as float64) for the given key and falls back to the given defaultValue if not set
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.