Versions in this module Expand all Collapse all v0 v0.1.0 Mar 17, 2023 Changes in this version + func GetEnv(key string) (string, error) + func GetEnvIntWithFallback(key string, fallback int) (int, error) + func GetEnvWithFallback(key, fallback string) string