golang 根据everything原理简单实现文件遍历 package main import ( "context" "fmt" "github.com/gentlemanautomaton/volmgmt/usn" "github.com/gentlemanautomaton/volmgmt/volume" ) func FindFileWin(dir string) []string { list := make