Documentation ¶ Index ¶ 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) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExpandBytes ¶ func ExpandBytes(b []byte, getEnv func(string) string) (string, error) func ExpandFile ¶ func ExpandFile(filename string, getEnv func(string) string) (string, error) func ExpandReader ¶ func ExpandReader(f io.Reader, getEnv func(string) string) (string, error) func ExpandString ¶ func ExpandString(s string, getEnv func(string) string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.