]> Cypherpunks repositories - gostls13.git/commit
os/user: make Current work without cgo
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 Mar 2016 20:54:24 +0000 (20:54 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 7 Mar 2016 20:22:32 +0000 (20:22 +0000)
commit795e712b72802ad49b7c077964046f79c4f6586e
tree74e5628841bfa48ac5ea99352d64980642e2d71c
parent7893442011c680a549b50673ec59e8dbf6f4fe95
os/user: make Current work without cgo

Fixes #14626

Change-Id: I91c40407dc35355e5c5046f24111a126f99260d9
Reviewed-on: https://go-review.googlesource.com/20192
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/os/user/lookup_stubs.go
src/os/user/user_test.go