aboutsummaryrefslogtreecommitdiff
path: root/test/env.go
AgeCommit message (Expand)Author
2023-05-12test,internal/testdir: don't set GOOS/GOARCHAustin Clements
2012-02-18os: remove GetenverrorBrad Fitzpatrick
2012-02-19test: explanatory comments [c-g]*Rob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-03-30test: don't require specific GOARCH values.Ian Lance Taylor
2010-12-15remove naclRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike
2009-06-04more 386 runtime fixes.Russ Cox
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2008-09-22add os.Getenv()Rob Pike