added filetree walking

This commit is contained in:
specCon18 2025-03-16 04:56:52 -04:00
parent 345d0b82d7
commit 0f9ceffeff
5 changed files with 103 additions and 0 deletions

11
main.go Normal file
View file

@ -0,0 +1,11 @@
/*
Copyright © 2025 Steven Carpenter <steven.carpenter@skdevstudios.com>
*/
package main
import "speccon18/yunodo/v2/cmd"
func main() {
cmd.Execute()
}