Versions in this module Expand all Collapse all v0 v0.1.0 Feb 11, 2023 Changes in this version + func ExpandBytes(b []byte, getEnv func(string) string) (string, error) + func ExpandFile(filename string, getEnv func(string) string) (string, error) + func ExpandReader(f io.Reader, getEnv func(string) string) (string, error) + func ExpandString(s string, getEnv func(string) string) (string, error) Other modules containing this package go.sancus.dev/config