go/src/cmd/go/internal/fsys/fsys_test.go

// initOverlay resets the overlay state to reflect the config.
// config should be a text archive string. The comment is the overlay config
// json, and the files, in the archive are laid out in a temp directory
// that cwd is set to.
func initOverlay(t *testing.T, config string) {}

func TestIsDir(t *testing.T) {}

const readDirOverlay

func TestReadDir(t *testing.T) {}

func TestGlob(t *testing.T) {}

func TestOverlayPath(t *testing.T) {}

func TestOpen(t *testing.T) {}

func TestIsDirWithGoFiles(t *testing.T) {}

func TestWalk(t *testing.T) {}

func TestWalkSkipDir(t *testing.T) {}

func TestWalkSkipAll(t *testing.T) {}

func TestWalkError(t *testing.T) {}

func TestWalkSymlink(t *testing.T) {}

func TestLstat(t *testing.T) {}

func TestStat(t *testing.T) {}

func TestStatSymlink(t *testing.T) {}