func Dirs()

in setuptest/dir.go [33:38]


func Dirs(rootdir, testdir string) DirType {
	return DirType{
		RootDir: rootdir,
		TestDir: testdir,
	}
}