summaryrefslogtreecommitdiff
path: root/src/os/env.go
Commit message (Collapse)AuthorAgeFilesLines
* os, syscall: add UnsetenvBrad Fitzpatrick2014-10-011-0/+5
| | | | | | | | | | | | | Also address a TODO, making Clearenv pass through to cgo. Based largely on Minux's earlier https://codereview.appspot.com/82040044 Fixes Issue 6423 LGTM=iant, alex.brainman, r, rsc R=rsc, iant, r, alex.brainman CC=golang-codereviews https://codereview.appspot.com/148370043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+103
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.