Versions in this module Expand all Collapse all v0 v0.2.0 Jul 7, 2024 v0.1.0 Jul 2, 2024 v0.0.1 Jun 30, 2024 Changes in this version + type Env struct + func NewEnv(log logutils.Log) *Env + func (e Env) Discover(ctx context.Context) error + func (e Env) Get(k EnvKey) string + type EnvKey string + const EnvGoCache + const EnvGoRoot