summaryrefslogtreecommitdiff
path: root/src/os/env_test.go
Commit message (Expand)AuthorAgeFilesLines
* os: treat "${}" in Expand like in Go 1.10Daniel Martí2018-06-291-0/+4
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* os: fix type check error in benchmarkRuss Cox2018-04-251-1/+6
* os: add Expand benchmarksJosh Bleecher Snyder2018-04-121-0/+16
* os: keep the $ if a variable is not detectedAgniva De Sarker2018-03-281-0/+2
* os: drop unused return value in TestLookupEnvTobias Klauser2017-12-011-1/+1
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-1/+1
* syscall: Clearenv now unsets env vars on WindowsJesse Szwedko2016-11-141-0/+28
* os: eradicate smallpox after testBrad Fitzpatrick2015-05-061-0/+1
* os: rewrite LookupEnv's testRob Pike2015-05-061-7/+11
* os: add LookupEnv, like Getenv but reports presenceRob Pike2015-05-051-0/+12
* os, syscall: add UnsetenvBrad Fitzpatrick2014-10-011-0/+26
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+70