package misc import "os" func Chdir(codepath string) error { return os.Chdir(codepath) }