initial commit

This commit is contained in:
2025-09-06 21:33:15 -04:00
commit c2d394dbee
6 changed files with 170 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module mytextfmt
go 1.25.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.10.1 // indirect
github.com/spf13/pflag v1.0.10 // indirect
)