summaryrefslogtreecommitdiff
path: root/test/env.go
Commit message (Expand)AuthorAgeFilesLines
* test,internal/testdir: don't set GOOS/GOARCHAustin Clements2023-05-121-5/+8
* os: remove GetenverrorBrad Fitzpatrick2012-02-181-8/+4
* test: explanatory comments [c-g]*Rob Pike2012-02-191-0/+3
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-2/+2
* test: don't require specific GOARCH values.Ian Lance Taylor2011-03-301-3/+6
* remove naclRuss Cox2010-12-151-1/+0
* test: remove semiocolons.Rob Pike2010-09-041-8/+8
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-0/+1
* Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike2009-06-261-2/+2
* more 386 runtime fixes.Russ Cox2009-06-041-1/+1
* move things out of sys into os and runtimeRuss Cox2009-05-081-3/+3
* casify, cleanup sysRuss Cox2009-01-161-3/+3
* add os.Getenv()Rob Pike2008-09-221-0/+26