commit | 11f12da0525c8a0029bb986de7dd73ddaef23354 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Aug 13 09:00:28 2014 -0700 |
committer | Rob Pike <r@golang.org> | Wed Aug 13 09:00:28 2014 -0700 |
tree | 2613394371b32469c31c1bcfe1c2bf982ce6b544 | |
parent | 279b3782ad89e6d4863ede52503cebf48141698f [diff] |
go.sys/unix: implement the environment functions by wrapping syscall The environment is global state that is owned by the standard syscall package. With this change, go test passes on darwin in the unix directory. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/129900043