added filetree walking
This commit is contained in:
parent
345d0b82d7
commit
0f9ceffeff
5 changed files with 103 additions and 0 deletions
11
main.go
Normal file
11
main.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright © 2025 Steven Carpenter <steven.carpenter@skdevstudios.com>
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
import "speccon18/yunodo/v2/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue