os.File.Chdir (method)

2 uses

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

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