func os.Chdir
7 uses
os (current package)
file.go#L292: func Chdir(dir string) error {
src.elv.sh/pkg/cli/mode
navigation_fs.go#L69: func (c osCursor) Ascend() error { return os.Chdir("..") }
navigation_fs.go#L71: func (c osCursor) Descend(name string) error { return os.Chdir(name) }
src.elv.sh/pkg/eval
eval.go#L360: err := os.Chdir(path)
src.elv.sh/pkg/testutil
must.go#L57: err := os.Chdir(dir)
testdir.go#L46: Must(os.Chdir(dir))
testdir.go#L48: Must(os.Chdir(oldWd))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)