summaryrefslogtreecommitdiff
path: root/test/env.go
Commit message (Expand)AuthorAgeFilesLines
* 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