Versions in this module Expand all Collapse all v0 v0.1.49 Jul 20, 2024 Changes in this version + func GetBool(key string, defaultValue bool) (bool, error) + func GetFloat64(key string, defaultValue float64) (float64, error) + func GetInt(key string, defaultValue int) (int, error) + func GetString(key, defaultValue string) string