func os.Getwd

7 uses

	os (current package)
		file.go#L305: 		wd, err := Getwd()
		getwd.go#L22: func Getwd() (dir string, err error) {

	github.com/go-pg/migrations/v8
		collection.go#L365: 		dir, err := os.Getwd()
		collection.go#L746: 	basepath, err := os.Getwd()

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

	golang.org/x/tools/go/packages
		packages.go#L603: 		if dir, err := os.Getwd(); err == nil {

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