func syscall.Chdir

2 uses

	syscall (current package)
		zsyscall_darwin_amd64.go#L418: func Chdir(path string) (err error) {

	os
		file.go#L293: 	if e := syscall.Chdir(dir); e != nil {