aboutsummaryrefslogtreecommitdiff
path: root/src/os/env_test.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-03os: test that LookupEnv reports all keys found in EnvironBryan C. Mills
2018-06-29os: treat "${}" in Expand like in Go 1.10Daniel Martí
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-25os: fix type check error in benchmarkRuss Cox
2018-04-12os: add Expand benchmarksJosh Bleecher Snyder
2018-03-28os: keep the $ if a variable is not detectedAgniva De Sarker
2017-12-01os: drop unused return value in TestLookupEnvTobias Klauser
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2016-11-14syscall: Clearenv now unsets env vars on WindowsJesse Szwedko
2015-05-06os: eradicate smallpox after testBrad Fitzpatrick
2015-05-06os: rewrite LookupEnv's testRob Pike
2015-05-05os: add LookupEnv, like Getenv but reports presenceRob Pike
2014-10-01os, syscall: add UnsetenvBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox