DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
os.Expand()
Examples using...
os.Expand()
Recent
Examples
Expand in Go
by GoDoc
Go
os.Expand
fmt
fmt.Println
os
Expand replaces ${var} or $var in the string based on the mapping function. For example, os.ExpandEnv(s) is equivalent to os.Expand(s, os.Getenv).