Versions in this module Expand all Collapse all v0 v0.3.0 Aug 26, 2020 Changes in this version + func GetInt(key string, fallback ...int) (int, error) + func MustGetInt(key string) int v0.2.0 Jul 2, 2020 Changes in this version + func MustGet(key string) string v0.1.0 Jul 2, 2020 Changes in this version + func Get(key string, fallback ...string) string + func SetNX(key, value string) error