]> Cypherpunks repositories - gostls13.git/commit
os: change return variable name for Getwd to avoid confusion
authorShenghou Ma <minux.ma@gmail.com>
Fri, 18 Apr 2014 03:17:15 +0000 (23:17 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 18 Apr 2014 03:17:15 +0000 (23:17 -0400)
commit4b9ab7dd69453186a0e08757ba177b5d3ec25e7e
tree871e5efba8b5b5266ef9d700e97985332c2c7df4
parentc7d864c4d004799ad8c59da311913966c93ac98c
os: change return variable name for Getwd to avoid confusion
changed (pwd string) to (dir string), as some think pwd means passwd.
Fixes #7811.

LGTM=iant
R=golang-codereviews, iant, bradfitz
CC=golang-codereviews
https://golang.org/cl/89100043
src/pkg/os/getwd.go