refactoring

This commit is contained in:
bel
2026-03-08 22:16:53 -06:00
parent d37b6e292f
commit ca3c4d6607
6 changed files with 200 additions and 75 deletions

9
cmd/run.go Normal file
View File

@@ -0,0 +1,9 @@
package cmd
import (
"context"
)
func Run(ctx context.Context) error {
return ctx.Err()
}