Versions in this module Expand all Collapse all v0 v0.2.1 Apr 4, 2026 Changes in this version + var LogOnCloseErrorFunc = bits.LogOnCloseError + func Get[T any](name string) (T, error) + func Has(name string) bool + func Remove(name string) error + func SetWithExpiration[T any](name string, value T, duration time.Duration) error + func Set[T any](name string, value T) error + func Setup(path string) error