aboutsummaryrefslogtreecommitdiff
path: root/src/os/env.go
AgeCommit message (Expand)Author
2018-06-29os: treat "${}" in Expand like in Go 1.10Daniel Martí
2018-04-12os: allocate buffer lazily in ExpandJosh Bleecher Snyder
2018-03-28os: keep the $ if a variable is not detectedAgniva De Sarker
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2016-08-21os: make ExpandEnv recognize '-' as a special shell parameterLE Manh Cuong
2016-08-19os: reference LookupEnv from the Getenv docsBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-05-05os: add LookupEnv, like Getenv but reports presenceRob Pike
2015-02-17all: fix typo in docYasuhiro Matsumoto
2015-02-17os: fix typo in docmattn
2014-10-01os, syscall: add UnsetenvBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox