func os.Getwd

8 uses

	os (current package)
		executable_darwin.go#L11: var initCwd, initCwdErr = Getwd()
		file.go#L298: 		wd, err := Getwd()
		getwd.go#L22: func Getwd() (dir string, err error) {

	github.com/evanw/esbuild/internal/fs
		fs_real.go#L75: 		if cwd, err := os.Getwd(); err == nil {

	github.com/golang-migrate/migrate/v4/source/file
		file.go#L40: 		wd, err := os.Getwd()

	go/build
		build.go#L1113: 			parent, err = os.Getwd()

	golang.org/x/pkgsite/devtools/cmd/create_experiment_config
		main.go#L49: 	path, err := os.Getwd()

	path/filepath
		path.go#L251: 	wd, err := os.Getwd()