os.File.Chdir (method)

2 uses

	os (current package)
		file_posix.go#L204: func (f *File) Chdir() error {

	testing
		testing.go#L1478: 		err := oldwd.Chdir()