func os.Getwd
6 uses
os (current package)
file.go#L357: wd, err := Getwd()
getwd.go#L26: func Getwd() (dir string, err error) {
go/build
build.go#L1202: parent, err = os.Getwd()
golang.org/x/tools/go/packages
packages.go#L743: if dir, err := os.Getwd(); err == nil {
path/filepath
path.go#L169: wd, err := os.Getwd()
testing
testing.go#L1368: dir, err = os.Getwd()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)