import (
"fmt"
"github.com/chasestarr/fsdft"
)
func print(root string, file os.FileInfo) {
fmt.Println(file.Name(), root)
}
func main() {
fsdft.DFT(".", print)
}
-
Notifications
You must be signed in to change notification settings - Fork 0
chasestarr/fsdft
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
File system depth-first traverse package in Go
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published