You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://tip.golang.org/pkg/os/#Getwd
It says: "func Getwd() (pwd string, err error)"
pwd implies a password.
Getwd() returns current working directory.
It would be clearer if it said dir instead: "func Getwd() (dir string, err
error)" (mirroring "Chdir(dir string)")
The text was updated successfully, but these errors were encountered:
by kkowalczyk:
The text was updated successfully, but these errors were encountered: