func os.Getwd

3 uses

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

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