Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods

This commit is contained in:
2025-01-30 08:56:03 -05:00
parent 54df6f1815
commit 1a2f1b7ca9
17 changed files with 37 additions and 35 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module re
module gitea.twomorecents.org/Rockingcool/kg
go 1.23.1